diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 |
commit | c8693bffc1bc3e0d7f48c774ef9d6f37cf8580c9 (patch) | |
tree | 99b61f304ed46cf07246c7cddad7d892f6773f95 /REFLECTION | |
parent | fbc6f0e5edc09af9ae0226f77b59d7ffc3a76858 (diff) |
php-pecl-*: add Reflection file
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..4decb0b --- /dev/null +++ b/REFLECTION @@ -0,0 +1,103 @@ +Extension [ <persistent> extension #90 hrtime version 0.4.3 ] { + + - Classes [3] { + Class [ <internal:hrtime> class HRTime\PerformanceCounter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ <internal:hrtime> public method start ] { + } + + Method [ <internal:hrtime> public method stop ] { + } + + Method [ <internal:hrtime> public method getElapsedTicks ] { + } + + Method [ <internal:hrtime> public method getLastElapsedTicks ] { + } + + Method [ <internal:hrtime> public method getFrequency ] { + } + + Method [ <internal:hrtime> public method isRunning ] { + } + } + } + + Class [ <internal:hrtime> class HRTime\StopWatch extends HRTime\PerformanceCounter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ <internal:hrtime> public method getElapsedTime ] { + } + + Method [ <internal:hrtime> public method getLastElapsedTime ] { + } + + Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> public method start ] { + } + + Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> public method stop ] { + } + + Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> public method getElapsedTicks ] { + } + + Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> public method getLastElapsedTicks ] { + } + + Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> public method getFrequency ] { + } + + Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> public method isRunning ] { + } + } + } + + Class [ <internal:hrtime> 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] { + } + } + } +} + |