From 27b59cd44fcfc3a5df150744635056c79f75017b 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 | 208 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 208 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..270a659 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,208 @@ +Extension [ extension #144 xmldiff version 0.9.2 ] { + + - Dependencies { + Dependency [ dom (Required) ] + Dependency [ libxml (Required) ] + } + + - Classes [5] { + Class [ abstract class XMLDiff\Base ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method __construct ] { + } + + Method [ abstract public method diff ] { + + - Parameters [2] { + Parameter #0 [ $from ] + Parameter #1 [ $to ] + } + } + + Method [ abstract public method merge ] { + + - Parameters [2] { + Parameter #0 [ $src ] + Parameter #1 [ $diff ] + } + } + } + } + + Class [ class XMLDiff\DOM extends XMLDiff\Base ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method diff ] { + + - Parameters [2] { + Parameter #0 [ $from ] + Parameter #1 [ $to ] + } + } + + Method [ public method merge ] { + + - Parameters [2] { + Parameter #0 [ $src ] + Parameter #1 [ $diff ] + } + } + + Method [ public method __construct ] { + } + } + } + + Class [ class XMLDiff\File extends XMLDiff\Base ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method diff ] { + + - Parameters [2] { + Parameter #0 [ $from ] + Parameter #1 [ $to ] + } + } + + Method [ public method merge ] { + + - Parameters [2] { + Parameter #0 [ $src ] + Parameter #1 [ $diff ] + } + } + + Method [ public method __construct ] { + } + } + } + + Class [ class XMLDiff\Memory extends XMLDiff\Base ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method diff ] { + + - Parameters [2] { + Parameter #0 [ $from ] + Parameter #1 [ $to ] + } + } + + Method [ public method merge ] { + + - Parameters [2] { + Parameter #0 [ $src ] + Parameter #1 [ $diff ] + } + } + + Method [ public method __construct ] { + } + } + } + + Class [ class XMLDiff\Exception extends Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + } +} + -- cgit