From e0c58adf0cc5bbf42d588029e9db59659c2b0034 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Oct 2015 12:52:29 +0100 Subject: php-pecl-yaconf: 1.0.0 (beta, php 7), rename of php-yaconf --- REFLECTION | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..1896199 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,45 @@ +Extension [ extension #97 yaconf version 1.0.0 ] { + + - INI { + Entry [ yaconf.directory ] + Current = '' + } + Entry [ yaconf.check_delay ] + Current = '300' + } + } + + - Classes [1] { + Class [ class Yaconf ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method get ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ static public method has ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + } +} + -- cgit