summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-02-18 14:29:07 +0100
committerRemi Collet <remi@remirepo.net>2019-02-18 14:29:07 +0100
commitd7c08a5c2318abffeabe8d964fa5ea8fef56f2cf (patch)
treeac4b81394aacc56a4fef52745a2cc9c84ab0c974 /REFLECTION
parentd14fe41fc988a6fac717d37ca7cbfd9220103618 (diff)
v0.8.0
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION92
1 files changed, 86 insertions, 6 deletions
diff --git a/REFLECTION b/REFLECTION
index b030b5c..1292c53 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,6 +1,6 @@
-Extension [ <persistent> extension #15 parallel version 0.0.1dev ] {
+Extension [ <persistent> extension #126 parallel version 0.8.0 ] {
- - Classes [3] {
+ - Classes [4] {
Class [ <internal:parallel> final class parallel\Runtime ] {
- Constants [0] {
@@ -15,7 +15,7 @@ Extension [ <persistent> extension #15 parallel version 0.0.1dev ] {
- Properties [0] {
}
- - Methods [3] {
+ - Methods [4] {
Method [ <internal:parallel, ctor> public method __construct ] {
}
@@ -24,10 +24,13 @@ Extension [ <persistent> extension #15 parallel version 0.0.1dev ] {
Method [ <internal:parallel> public method close ] {
}
+
+ Method [ <internal:parallel> public method kill ] {
+ }
}
}
- Class [ <internal:parallel> final class parallel\Future ] {
+ Class [ <internal:parallel> class parallel\Exception extends ErrorException implements Throwable ] {
- Constants [0] {
}
@@ -38,16 +41,93 @@ Extension [ <persistent> extension #15 parallel version 0.0.1dev ] {
- Static methods [0] {
}
+ - Properties [5] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ Property [ <default> protected $severity ]
+ }
+
+ - Methods [11] {
+ Method [ <internal:Core, inherits ErrorException, ctor> public method __construct ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $severity ]
+ Parameter #3 [ <optional> $filename ]
+ Parameter #4 [ <optional> $lineno ]
+ Parameter #5 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits ErrorException> final public method getSeverity ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:parallel> final class parallel\Future ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:parallel> static public method select ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> array &$resolving ]
+ Parameter #1 [ <required> array &$resolved ]
+ Parameter #2 [ <required> array &$errored ]
+ Parameter #3 [ <optional> array &$timedout ]
+ Parameter #4 [ <optional> integer $timeout ]
+ }
+ }
+ }
+
- Properties [0] {
}
- - Methods [1] {
+ - Methods [2] {
Method [ <internal:parallel> public method value ] {
}
+
+ Method [ <internal:parallel> public method done ] {
+ }
}
}
- Class [ <internal:parallel> class parallel\Exception extends ErrorException implements Throwable ] {
+ Class [ <internal:parallel> class parallel\TimeoutException extends parallel\Exception implements Throwable ] {
- Constants [0] {
}