From ee4e8f2fb65bb61daf514f87ef255cd59261c70d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 29 Nov 2015 08:11:55 +0100 Subject: php-pecl-pcs: 1.2.0 --- REFLECTION | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index b9d3630..b14c699 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,9 @@ -Extension [ extension #132 pcs version 1.1.0 ] { +Extension [ extension #131 pcs version 1.2.0 ] { + + - Dependencies { + Dependency [ tokenizer (Required) ] + Dependency [ SPL (Required) ] + } - Classes [1] { Class [ class PCS\Mgr ] { @@ -9,7 +14,7 @@ Extension [ extension #132 pcs version 1.1.0 ] { - Static properties [0] { } - - Static methods [7] { + - Static methods [10] { Method [ static public method autoloadHook ] { - Parameters [2] { @@ -59,6 +64,24 @@ Extension [ extension #132 pcs version 1.1.0 ] { Parameter #0 [ $arg1 ] } } + + Method [ static public method fileCount ] { + + - Parameters [0] { + } + } + + Method [ static public method fileInfos ] { + + - Parameters [0] { + } + } + + Method [ static public method symbolInfos ] { + + - Parameters [0] { + } + } } - Properties [0] { -- cgit