From d7c08a5c2318abffeabe8d964fa5ea8fef56f2cf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Feb 2019 14:29:07 +0100 Subject: v0.8.0 --- REFLECTION | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 86 insertions(+), 6 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index b030b5c..1292c53 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #15 parallel version 0.0.1dev ] { +Extension [ extension #126 parallel version 0.8.0 ] { - - Classes [3] { + - Classes [4] { Class [ final class parallel\Runtime ] { - Constants [0] { @@ -15,7 +15,7 @@ Extension [ extension #15 parallel version 0.0.1dev ] { - Properties [0] { } - - Methods [3] { + - Methods [4] { Method [ public method __construct ] { } @@ -24,10 +24,13 @@ Extension [ extension #15 parallel version 0.0.1dev ] { Method [ public method close ] { } + + Method [ public method kill ] { + } } } - Class [ final class parallel\Future ] { + Class [ class parallel\Exception extends ErrorException implements Throwable ] { - Constants [0] { } @@ -38,16 +41,93 @@ Extension [ extension #15 parallel version 0.0.1dev ] { - Static methods [0] { } + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ final class parallel\Future ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method select ] { + + - Parameters [5] { + Parameter #0 [ array &$resolving ] + Parameter #1 [ array &$resolved ] + Parameter #2 [ array &$errored ] + Parameter #3 [ array &$timedout ] + Parameter #4 [ integer $timeout ] + } + } + } + - Properties [0] { } - - Methods [1] { + - Methods [2] { Method [ public method value ] { } + + Method [ public method done ] { + } } } - Class [ class parallel\Exception extends ErrorException implements Throwable ] { + Class [ class parallel\TimeoutException extends parallel\Exception implements Throwable ] { - Constants [0] { } -- cgit