From afb38cb0ea3bbf55398e1336339b33cfd19049a8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Jul 2023 17:09:33 +0200 Subject: build out of sources tree --- REFLECTION | 63 ++++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 49 insertions(+), 14 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 2977a01..b62341c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #119 xmldiff version 1.1.3 ] { +Extension [ extension #106 xmldiff version 1.1.3 ] { - Dependencies { Dependency [ dom (Required) ] @@ -24,7 +24,7 @@ Extension [ extension #119 xmldiff version 1.1.3 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $nsurl ] + Parameter #0 [ $nsurl = ] } } @@ -80,7 +80,7 @@ Extension [ extension #119 xmldiff version 1.1.3 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $nsurl ] + Parameter #0 [ $nsurl = ] } } } @@ -120,7 +120,7 @@ Extension [ extension #119 xmldiff version 1.1.3 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $nsurl ] + Parameter #0 [ $nsurl = ] } } } @@ -160,13 +160,13 @@ Extension [ extension #119 xmldiff version 1.1.3 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $nsurl ] + Parameter #0 [ $nsurl = ] } } } } - Class [ class XMLDiff\Exception extends Exception implements Throwable ] { + Class [ class XMLDiff\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -178,47 +178,82 @@ Extension [ extension #119 xmldiff version 1.1.3 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } -- cgit