From e7ea5dd7be341ee5646455ad386fd87ee849a0ae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 181 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..34e5d5b --- /dev/null +++ b/REFLECTION @@ -0,0 +1,181 @@ +Extension [ extension #129 SPL_Types version 0.4.0 ] { + + - Dependencies { + Dependency [ spl (Required) ] + } + + - Classes [6] { + Class [ abstract class SplType ] { + + - Constants [1] { + Constant [ null __default ] { } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $initial_value ] + Parameter #1 [ $strict ] + } + } + } + } + + Class [ abstract class SplEnum extends SplType ] { + + - Constants [1] { + Constant [ null __default ] { } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method getConstList ] { + + - Parameters [1] { + Parameter #0 [ $include_default ] + } + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $initial_value ] + Parameter #1 [ $strict ] + } + } + } + } + + Class [ 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 [ public method getConstList ] { + + - Parameters [1] { + Parameter #0 [ $include_default ] + } + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $initial_value ] + Parameter #1 [ $strict ] + } + } + } + } + + Class [ class SplInt extends SplType ] { + + - Constants [1] { + Constant [ integer __default ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $initial_value ] + Parameter #1 [ $strict ] + } + } + } + } + + Class [ class SplFloat extends SplType ] { + + - Constants [1] { + Constant [ double __default ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $initial_value ] + Parameter #1 [ $strict ] + } + } + } + } + + Class [ class SplString extends SplType ] { + + - Constants [1] { + Constant [ string __default ] { } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $initial_value ] + Parameter #1 [ $strict ] + } + } + } + } + } +} + -- cgit