From c8693bffc1bc3e0d7f48c774ef9d6f37cf8580c9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..4decb0b --- /dev/null +++ b/REFLECTION @@ -0,0 +1,103 @@ +Extension [ extension #90 hrtime version 0.4.3 ] { + + - Classes [3] { + Class [ class HRTime\PerformanceCounter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method start ] { + } + + Method [ public method stop ] { + } + + Method [ public method getElapsedTicks ] { + } + + Method [ public method getLastElapsedTicks ] { + } + + Method [ public method getFrequency ] { + } + + Method [ public method isRunning ] { + } + } + } + + Class [ class HRTime\StopWatch extends HRTime\PerformanceCounter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ public method getElapsedTime ] { + } + + Method [ public method getLastElapsedTime ] { + } + + Method [ public method start ] { + } + + Method [ public method stop ] { + } + + Method [ public method getElapsedTicks ] { + } + + Method [ public method getLastElapsedTicks ] { + } + + Method [ public method getFrequency ] { + } + + Method [ public method isRunning ] { + } + } + } + + Class [ class HRTime\Unit ] { + + - Constants [4] { + Constant [ integer SECOND ] { 0 } + Constant [ integer MILLISECOND ] { 1 } + Constant [ integer MICROSECOND ] { 2 } + Constant [ integer NANOSECOND ] { 3 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + } +} + -- cgit