diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 |
commit | 97a3b1977b737b42755a293254699587c03c2e1b (patch) | |
tree | c05dbf207759b7569d22db46e72078e5b161f997 | |
parent | 208051ec94444df585e6acf708b6ebdb6da58c77 (diff) |
php-pecl-*: add Reflection file
-rw-r--r-- | REFLECTION | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..9785f3a --- /dev/null +++ b/REFLECTION @@ -0,0 +1,31 @@ +Extension [ <persistent> extension #115 propro version 1.0.0 ] { + + - Classes [1] { + Class [ <internal:propro> final class php\PropertyProxy ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:propro, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <required> &$object ] + Parameter #1 [ <required> $member ] + Parameter #2 [ <optional> php\PropertyProxy or NULL $parent ] + } + } + } + } + } +} + |