From bc1ef9c4a7a1e7e021855fbd8cbbe8726e0ba601 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Dec 2015 06:44:41 +0100 Subject: php-pecl-pcs: 1.3.1 --- REFLECTION | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 93b86c9..f3ae384 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #131 pcs version 1.3.0 ] { +Extension [ extension #137 pcs version 1.3.1 ] { - Dependencies { Dependency [ tokenizer (Required) ] @@ -6,6 +6,24 @@ Extension [ extension #131 pcs version 1.3.0 ] { Dependency [ SPL (Required) ] } + - Functions { + Function [ function _pcs_autoload ] { + + - Parameters [2] { + Parameter #0 [ $symbol ] + Parameter #1 [ $type ] + } + } + Function [ function _pcs_autoload_register ] { + + - Parameters [3] { + Parameter #0 [ $autoload_function ] + Parameter #1 [ $throw ] + Parameter #2 [ $prepend ] + } + } + } + - Classes [1] { Class [ class PCS\Mgr ] { @@ -15,15 +33,7 @@ Extension [ extension #131 pcs version 1.3.0 ] { - Static properties [0] { } - - Static methods [10] { - Method [ static public method autoloadHook ] { - - - Parameters [2] { - Parameter #0 [ $symbol ] - Parameter #1 [ $type ] - } - } - + - Static methods [9] { Method [ static public method getFunction ] { - Parameters [1] { -- cgit