diff options
-rw-r--r-- | REFLECTION | 181 |
1 files changed, 181 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..34e5d5b --- /dev/null +++ b/REFLECTION @@ -0,0 +1,181 @@ +Extension [ <persistent> extension #129 SPL_Types version 0.4.0 ] { + + - Dependencies { + Dependency [ spl (Required) ] + } + + - Classes [6] { + Class [ <internal:SPL_Types> abstract class SplType ] { + + - Constants [1] { + Constant [ null __default ] { } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:SPL_Types, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <optional> $initial_value ] + Parameter #1 [ <optional> $strict ] + } + } + } + } + + Class [ <internal:SPL_Types> abstract class SplEnum extends SplType ] { + + - Constants [1] { + Constant [ null __default ] { } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:SPL_Types> public method getConstList ] { + + - Parameters [1] { + Parameter #0 [ <optional> $include_default ] + } + } + + Method [ <internal:SPL_Types, inherits SplType, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <optional> $initial_value ] + Parameter #1 [ <optional> $strict ] + } + } + } + } + + Class [ <internal:SPL_Types> class SplBool extends SplEnum ] { + + - Constants [3] { + Constant [ boolean __default ] { } + Constant [ boolean false ] { } + Constant [ boolean true ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:SPL_Types, inherits SplEnum> public method getConstList ] { + + - Parameters [1] { + Parameter #0 [ <optional> $include_default ] + } + } + + Method [ <internal:SPL_Types, inherits SplType, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <optional> $initial_value ] + Parameter #1 [ <optional> $strict ] + } + } + } + } + + Class [ <internal:SPL_Types> class SplInt extends SplType ] { + + - Constants [1] { + Constant [ integer __default ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:SPL_Types, inherits SplType, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <optional> $initial_value ] + Parameter #1 [ <optional> $strict ] + } + } + } + } + + Class [ <internal:SPL_Types> class SplFloat extends SplType ] { + + - Constants [1] { + Constant [ double __default ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:SPL_Types, inherits SplType, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <optional> $initial_value ] + Parameter #1 [ <optional> $strict ] + } + } + } + } + + Class [ <internal:SPL_Types> class SplString extends SplType ] { + + - Constants [1] { + Constant [ string __default ] { } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:SPL_Types, inherits SplType, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <optional> $initial_value ] + Parameter #1 [ <optional> $strict ] + } + } + } + } + } +} + |