From f82f69429f780596b4eaeb025dd424a184ba20c8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Oct 2018 09:04:30 +0200 Subject: New package, version 3.0.2 --- REFLECTION | 658 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 658 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..e8c9b82 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,658 @@ +Extension [ extension #15 luasandbox version 3.0.2 ] { + + - Classes [10] { + Class [ class LuaSandbox ] { + + - Constants [3] { + Constant [ public integer SAMPLES ] { 0 } + Constant [ public integer SECONDS ] { 1 } + Constant [ public integer PERCENT ] { 2 } + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method getVersionInfo ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [15] { + Method [ public method loadString ] { + + - Parameters [2] { + Parameter #0 [ $code ] + Parameter #1 [ $chunkName ] + } + } + + Method [ public method loadBinary ] { + + - Parameters [2] { + Parameter #0 [ $code ] + Parameter #1 [ $chunkName ] + } + } + + Method [ public method setMemoryLimit ] { + + - Parameters [1] { + Parameter #0 [ $limit ] + } + } + + Method [ public method getMemoryUsage ] { + + - Parameters [0] { + } + } + + Method [ public method getPeakMemoryUsage ] { + + - Parameters [0] { + } + } + + Method [ public method setCPULimit ] { + + - Parameters [1] { + Parameter #0 [ $limit ] + } + } + + Method [ public method getCPUUsage ] { + + - Parameters [0] { + } + } + + Method [ public method pauseUsageTimer ] { + + - Parameters [0] { + } + } + + Method [ public method unpauseUsageTimer ] { + + - Parameters [0] { + } + } + + Method [ public method enableProfiler ] { + + - Parameters [1] { + Parameter #0 [ $period ] + } + } + + Method [ public method disableProfiler ] { + + - Parameters [0] { + } + } + + Method [ public method getProfilerFunctionReport ] { + + - Parameters [1] { + Parameter #0 [ $units ] + } + } + + Method [ public method callFunction ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $... ] + } + } + + Method [ public method wrapPhpFunction ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $function ] + } + } + + Method [ public method registerLibrary ] { + + - Parameters [2] { + Parameter #0 [ $libname ] + Parameter #1 [ $functions ] + } + } + } + } + + Class [ class LuaSandboxError extends Exception implements Throwable ] { + + - Constants [4] { + Constant [ public integer RUN ] { 2 } + Constant [ public integer SYNTAX ] { 3 } + Constant [ public integer MEM ] { 4 } + Constant [ public integer ERR ] { 5 } + } + + - 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 LuaSandboxRuntimeError extends LuaSandboxError implements Throwable ] { + + - Constants [4] { + Constant [ public integer RUN ] { 2 } + Constant [ public integer SYNTAX ] { 3 } + Constant [ public integer MEM ] { 4 } + Constant [ public integer ERR ] { 5 } + } + + - 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 LuaSandboxFatalError extends LuaSandboxError implements Throwable ] { + + - Constants [4] { + Constant [ public integer RUN ] { 2 } + Constant [ public integer SYNTAX ] { 3 } + Constant [ public integer MEM ] { 4 } + Constant [ public integer ERR ] { 5 } + } + + - 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 LuaSandboxSyntaxError extends LuaSandboxFatalError implements Throwable ] { + + - Constants [4] { + Constant [ public integer RUN ] { 2 } + Constant [ public integer SYNTAX ] { 3 } + Constant [ public integer MEM ] { 4 } + Constant [ public integer ERR ] { 5 } + } + + - 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 LuaSandboxMemoryError extends LuaSandboxFatalError implements Throwable ] { + + - Constants [4] { + Constant [ public integer RUN ] { 2 } + Constant [ public integer SYNTAX ] { 3 } + Constant [ public integer MEM ] { 4 } + Constant [ public integer ERR ] { 5 } + } + + - 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 LuaSandboxErrorError extends LuaSandboxFatalError implements Throwable ] { + + - Constants [4] { + Constant [ public integer RUN ] { 2 } + Constant [ public integer SYNTAX ] { 3 } + Constant [ public integer MEM ] { 4 } + Constant [ public integer ERR ] { 5 } + } + + - 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 LuaSandboxTimeoutError extends LuaSandboxFatalError implements Throwable ] { + + - Constants [4] { + Constant [ public integer RUN ] { 2 } + Constant [ public integer SYNTAX ] { 3 } + Constant [ public integer MEM ] { 4 } + Constant [ public integer ERR ] { 5 } + } + + - 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 LuaSandboxEmergencyTimeoutError extends LuaSandboxFatalError implements Throwable ] { + + - Constants [4] { + Constant [ public integer RUN ] { 2 } + Constant [ public integer SYNTAX ] { 3 } + Constant [ public integer MEM ] { 4 } + Constant [ public integer ERR ] { 5 } + } + + - 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 LuaSandboxFunction ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method call ] { + + - Parameters [1] { + Parameter #0 [ $... ] + } + } + + Method [ public method dump ] { + + - Parameters [0] { + } + } + } + } + } +} + -- cgit