From d14fe41fc988a6fac717d37ca7cbfd9220103618 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Feb 2019 15:52:53 +0100 Subject: initial package test build for upcoming version 0.0.1 (beta) --- REFLECTION | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..b030b5c --- /dev/null +++ b/REFLECTION @@ -0,0 +1,115 @@ +Extension [ extension #15 parallel version 0.0.1dev ] { + + - Classes [3] { + Class [ final class parallel\Runtime ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method __construct ] { + } + + Method [ public method run ] { + } + + Method [ public method close ] { + } + } + } + + Class [ final class parallel\Future ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method value ] { + } + } + } + + Class [ class parallel\Exception extends ErrorException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - 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 ] { + } + } + } + } +} + -- cgit