From a1ab71cdeb8893159dae89e600641c0525208297 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Aug 2025 16:34:41 +0200 Subject: update to 0.4.1 re-license spec file to CECILL-2.1 move from pecl to pie packaging --- REFLECTION | 346 +++++++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 278 insertions(+), 68 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 59023bc..1d80c7f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #79 dbus version 0.1.1 ] { +Extension [ extension #75 dbus version 0.4.1 ] { - Dependencies { Dependency [ libxml (Required) ] @@ -8,22 +8,22 @@ Extension [ extension #79 dbus version 0.1.1 ] { Class [ class Dbus ] { - Constants [16] { - Constant [ integer BYTE ] { 121 } - Constant [ integer BOOLEAN ] { 98 } - Constant [ integer INT16 ] { 110 } - Constant [ integer UINT16 ] { 113 } - Constant [ integer INT32 ] { 105 } - Constant [ integer UINT32 ] { 117 } - Constant [ integer INT64 ] { 120 } - Constant [ integer UINT64 ] { 116 } - Constant [ integer DOUBLE ] { 100 } - Constant [ integer STRING ] { 115 } - Constant [ integer ARRAY ] { 97 } - Constant [ integer VARIANT ] { 118 } - Constant [ integer STRUCT ] { 114 } - Constant [ integer OBJECT_PATH ] { 111 } - Constant [ integer BUS_SESSION ] { 0 } - Constant [ integer BUS_SYSTEM ] { 1 } + Constant [ public int BYTE ] { 121 } + Constant [ public int BOOLEAN ] { 98 } + Constant [ public int INT16 ] { 110 } + Constant [ public int UINT16 ] { 113 } + Constant [ public int INT32 ] { 105 } + Constant [ public int UINT32 ] { 117 } + Constant [ public int INT64 ] { 120 } + Constant [ public int UINT64 ] { 116 } + Constant [ public int DOUBLE ] { 100 } + Constant [ public int STRING ] { 115 } + Constant [ public int ARRAY ] { 97 } + Constant [ public int VARIANT ] { 118 } + Constant [ public int STRUCT ] { 114 } + Constant [ public int OBJECT_PATH ] { 111 } + Constant [ public int BUS_SESSION ] { 0 } + Constant [ public int BUS_SYSTEM ] { 1 } } - Static properties [0] { @@ -37,26 +37,44 @@ Extension [ extension #79 dbus version 0.1.1 ] { - Methods [6] { Method [ public method __construct ] { + + - Parameters [0] { + } } Method [ public method addWatch ] { + + - Parameters [0] { + } } Method [ public method waitLoop ] { + + - Parameters [0] { + } } Method [ public method requestName ] { + + - Parameters [0] { + } } Method [ public method registerObject ] { + + - Parameters [0] { + } } Method [ public method createProxy ] { + + - Parameters [0] { + } } } } - Class [ class DbusException extends Exception ] { + Class [ final class DbusException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -68,49 +86,87 @@ Extension [ extension #79 dbus version 0.1.1 ] { } - 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 [9] { + - 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 [ final public method getMessage ] { + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] } - Method [ final public method getCode ] { + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getFile ] { + Method [ final public method getCode ] { + + - Parameters [0] { + } } - Method [ final public method getLine ] { + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getTrace ] { + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } - Method [ final public method getPrevious ] { + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ final public method getTraceAsString ] { + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } - Method [ public method __toString ] { + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class DbusExceptionServiceUnknown extends Exception ] { + Class [ final class DbusExceptionServiceUnknown extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -122,49 +178,87 @@ Extension [ extension #79 dbus version 0.1.1 ] { } - 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 [9] { + - 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 [ final public method getMessage ] { + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] } - Method [ final public method getCode ] { + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getFile ] { + Method [ final public method getCode ] { + + - Parameters [0] { + } } - Method [ final public method getLine ] { + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getTrace ] { + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } - Method [ final public method getPrevious ] { + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ final public method getTraceAsString ] { + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } - Method [ public method __toString ] { + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class DbusExceptionUnknownMethod extends Exception ] { + Class [ final class DbusExceptionUnknownMethod extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -176,44 +270,82 @@ Extension [ extension #79 dbus version 0.1.1 ] { } - 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 [9] { + - 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 [ final public method getMessage ] { + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] } - Method [ final public method getCode ] { + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getFile ] { + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getLine ] { + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } @@ -234,6 +366,9 @@ Extension [ extension #79 dbus version 0.1.1 ] { - Methods [2] { Method [ private method __construct ] { + + - Parameters [0] { + } } Method [ public method __call ] { @@ -262,15 +397,27 @@ Extension [ extension #79 dbus version 0.1.1 ] { - Methods [4] { Method [ public method __construct ] { + + - Parameters [0] { + } } Method [ public method matches ] { + + - Parameters [0] { + } } Method [ public method getData ] { + + - Parameters [0] { + } } Method [ public method send ] { + + - Parameters [0] { + } } } } @@ -291,9 +438,15 @@ Extension [ extension #79 dbus version 0.1.1 ] { - Methods [2] { Method [ public method __construct ] { + + - Parameters [0] { + } } Method [ public method getData ] { + + - Parameters [0] { + } } } } @@ -314,9 +467,15 @@ Extension [ extension #79 dbus version 0.1.1 ] { - Methods [2] { Method [ public method __construct ] { + + - Parameters [0] { + } } Method [ public method getData ] { + + - Parameters [0] { + } } } } @@ -337,9 +496,15 @@ Extension [ extension #79 dbus version 0.1.1 ] { - Methods [2] { Method [ public method __construct ] { + + - Parameters [0] { + } } Method [ public method getData ] { + + - Parameters [0] { + } } } } @@ -360,9 +525,15 @@ Extension [ extension #79 dbus version 0.1.1 ] { - Methods [2] { Method [ public method __construct ] { + + - Parameters [0] { + } } Method [ public method getData ] { + + - Parameters [0] { + } } } } @@ -383,9 +554,15 @@ Extension [ extension #79 dbus version 0.1.1 ] { - Methods [2] { Method [ public method __construct ] { + + - Parameters [0] { + } } Method [ public method getData ] { + + - Parameters [0] { + } } } } @@ -406,9 +583,15 @@ Extension [ extension #79 dbus version 0.1.1 ] { - Methods [2] { Method [ public method __construct ] { + + - Parameters [0] { + } } Method [ public method getData ] { + + - Parameters [0] { + } } } } @@ -429,6 +612,9 @@ Extension [ extension #79 dbus version 0.1.1 ] { - Methods [1] { Method [ public method __construct ] { + + - Parameters [0] { + } } } } @@ -449,6 +635,9 @@ Extension [ extension #79 dbus version 0.1.1 ] { - Methods [1] { Method [ public method __construct ] { + + - Parameters [0] { + } } } } @@ -469,6 +658,9 @@ Extension [ extension #79 dbus version 0.1.1 ] { - Methods [1] { Method [ public method __construct ] { + + - Parameters [0] { + } } } } @@ -489,6 +681,9 @@ Extension [ extension #79 dbus version 0.1.1 ] { - Methods [1] { Method [ public method __construct ] { + + - Parameters [0] { + } } } } @@ -509,6 +704,9 @@ Extension [ extension #79 dbus version 0.1.1 ] { - Methods [1] { Method [ public method __construct ] { + + - Parameters [0] { + } } } } @@ -529,6 +727,9 @@ Extension [ extension #79 dbus version 0.1.1 ] { - Methods [1] { Method [ public method __construct ] { + + - Parameters [0] { + } } } } @@ -549,6 +750,9 @@ Extension [ extension #79 dbus version 0.1.1 ] { - Methods [1] { Method [ public method __construct ] { + + - Parameters [0] { + } } } } @@ -569,6 +773,9 @@ Extension [ extension #79 dbus version 0.1.1 ] { - Methods [1] { Method [ public method __construct ] { + + - Parameters [0] { + } } } } @@ -589,6 +796,9 @@ Extension [ extension #79 dbus version 0.1.1 ] { - Methods [1] { Method [ public method __construct ] { + + - Parameters [0] { + } } } } -- cgit