diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-29 08:11:55 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-29 08:11:55 +0100 |
commit | ee4e8f2fb65bb61daf514f87ef255cd59261c70d (patch) | |
tree | 762b0a601b74ac69ff5547a076a8058e28491203 /REFLECTION | |
parent | 4f1fa7c9d3fe4d05aaefd303425a6d2863f50ecf (diff) |
php-pecl-pcs: 1.2.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 27 |
1 files changed, 25 insertions, 2 deletions
@@ -1,4 +1,9 @@ -Extension [ <persistent> extension #132 pcs version 1.1.0 ] { +Extension [ <persistent> extension #131 pcs version 1.2.0 ] { + + - Dependencies { + Dependency [ tokenizer (Required) ] + Dependency [ SPL (Required) ] + } - Classes [1] { Class [ <internal:pcs> class PCS\Mgr ] { @@ -9,7 +14,7 @@ Extension [ <persistent> extension #132 pcs version 1.1.0 ] { - Static properties [0] { } - - Static methods [7] { + - Static methods [10] { Method [ <internal:pcs> static public method autoloadHook ] { - Parameters [2] { @@ -59,6 +64,24 @@ Extension [ <persistent> extension #132 pcs version 1.1.0 ] { Parameter #0 [ <required> $arg1 ] } } + + Method [ <internal:pcs> static public method fileCount ] { + + - Parameters [0] { + } + } + + Method [ <internal:pcs> static public method fileInfos ] { + + - Parameters [0] { + } + } + + Method [ <internal:pcs> static public method symbolInfos ] { + + - Parameters [0] { + } + } } - Properties [0] { |