summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-17 17:19:42 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-17 17:19:42 +0200
commitc8693bffc1bc3e0d7f48c774ef9d6f37cf8580c9 (patch)
tree99b61f304ed46cf07246c7cddad7d892f6773f95
parentfbc6f0e5edc09af9ae0226f77b59d7ffc3a76858 (diff)
php-pecl-*: add Reflection file
-rw-r--r--REFLECTION103
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] {
+ }
+ }
+ }
+}
+