From 5f07b36b81596c8f33f5889d20a8825203b8005e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Nov 2015 16:26:07 +0100 Subject: php-pecl-pcs: 1.1.0 (beta, new package) --- REFLECTION | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..b9d3630 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,77 @@ +Extension [ extension #132 pcs version 1.1.0 ] { + + - Classes [1] { + Class [ class PCS\Mgr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [7] { + Method [ static public method autoloadHook ] { + + - Parameters [2] { + Parameter #0 [ $symbol ] + Parameter #1 [ $type ] + } + } + + Method [ static public method getFunction ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method getConstant ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method getClass ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method requireFunction ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method requireConstant ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method requireClass ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + } + + - Properties [0] { + } + + - Methods [1] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + } + } + } +} + -- cgit