diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 |
commit | e7ea5dd7be341ee5646455ad386fd87ee849a0ae (patch) | |
tree | 2a94358f218402f83c0fd92027c9186c90f2911e | |
parent | e649af79a5ae7c453930f180d4905de9476ad022 (diff) |
php-pecl-*: add Reflection file
-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 ] + } + } + } + } + } +} + |