From 97a3b1977b737b42755a293254699587c03c2e1b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..9785f3a --- /dev/null +++ b/REFLECTION @@ -0,0 +1,31 @@ +Extension [ extension #115 propro version 1.0.0 ] { + + - Classes [1] { + Class [ final class php\PropertyProxy ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ &$object ] + Parameter #1 [ $member ] + Parameter #2 [ php\PropertyProxy or NULL $parent ] + } + } + } + } + } +} + -- cgit