From 3310049564555bc500714296b08aaede2a5d2f9d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Aug 2019 09:06:20 +0200 Subject: v1.1.3 --- REFLECTION | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 59 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 26d873d..a877e1d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #127 parallel version 1.1.2 ] { +Extension [ extension #125 parallel version 1.1.3 ] { - Functions { Function [ function parallel\bootstrap ] { @@ -23,7 +23,7 @@ Extension [ extension #127 parallel version 1.1.2 ] { } } - - Classes [36] { + - Classes [37] { Class [ class parallel\Error extends Error implements Throwable ] { - Constants [0] { @@ -366,6 +366,63 @@ Extension [ extension #127 parallel version 1.1.2 ] { } } + Class [ class parallel\Runtime\Error\IllegalVariable extends parallel\Runtime\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + 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 [ class parallel\Runtime\Error\IllegalParameter extends parallel\Runtime\Error implements Throwable ] { - Constants [0] { -- cgit