diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-19 16:26:07 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-19 16:26:07 +0100 |
commit | 5f07b36b81596c8f33f5889d20a8825203b8005e (patch) | |
tree | b57999cbb01d9c6aba3d09235dccaa8697f90dc4 /REFLECTION |
php-pecl-pcs: 1.1.0 (beta, new package)
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..b9d3630 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,77 @@ +Extension [ <persistent> extension #132 pcs version 1.1.0 ] { + + - Classes [1] { + Class [ <internal:pcs> class PCS\Mgr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [7] { + Method [ <internal:pcs> static public method autoloadHook ] { + + - Parameters [2] { + Parameter #0 [ <required> $symbol ] + Parameter #1 [ <optional> $type ] + } + } + + Method [ <internal:pcs> static public method getFunction ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:pcs> static public method getConstant ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:pcs> static public method getClass ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:pcs> static public method requireFunction ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:pcs> static public method requireConstant ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:pcs> static public method requireClass ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:pcs, ctor> private method __construct ] { + + - Parameters [0] { + } + } + } + } + } +} + |