diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 346 |
1 files changed, 278 insertions, 68 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #79 dbus version 0.1.1 ] { +Extension [ <persistent> extension #75 dbus version 0.4.1 ] { - Dependencies { Dependency [ libxml (Required) ] @@ -8,22 +8,22 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { Class [ <internal:dbus> 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 [ <persistent> extension #79 dbus version 0.1.1 ] { - Methods [6] { Method [ <internal:dbus, ctor> public method __construct ] { + + - Parameters [0] { + } } Method [ <internal:dbus> public method addWatch ] { + + - Parameters [0] { + } } Method [ <internal:dbus> public method waitLoop ] { + + - Parameters [0] { + } } Method [ <internal:dbus> public method requestName ] { + + - Parameters [0] { + } } Method [ <internal:dbus> public method registerObject ] { + + - Parameters [0] { + } } Method [ <internal:dbus> public method createProxy ] { + + - Parameters [0] { + } } } } - Class [ <internal:dbus> class DbusException extends Exception ] { + Class [ <internal:dbus> final class DbusException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -68,49 +86,87 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [9] { + - Methods [10] { Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { - Parameter #0 [ <optional> $message ] - Parameter #1 [ <optional> $code ] - Parameter #2 [ <optional> $previous ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } - Method [ <internal:Core, inherits Exception> final public method getMessage ] { + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] } - Method [ <internal:Core, inherits Exception> final public method getCode ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception> final public method getFile ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } - Method [ <internal:Core, inherits Exception> final public method getLine ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception> final public method getTrace ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } - Method [ <internal:Core, inherits Exception> final public method getPrevious ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } - Method [ <internal:Core, inherits Exception> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:dbus> class DbusExceptionServiceUnknown extends Exception ] { + Class [ <internal:dbus> final class DbusExceptionServiceUnknown extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -122,49 +178,87 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [9] { + - Methods [10] { Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { - Parameter #0 [ <optional> $message ] - Parameter #1 [ <optional> $code ] - Parameter #2 [ <optional> $previous ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } - Method [ <internal:Core, inherits Exception> final public method getMessage ] { + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] } - Method [ <internal:Core, inherits Exception> final public method getCode ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception> final public method getFile ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } } - Method [ <internal:Core, inherits Exception> final public method getLine ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception> final public method getTrace ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } - Method [ <internal:Core, inherits Exception> final public method getPrevious ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } - Method [ <internal:Core, inherits Exception> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ <internal:dbus> class DbusExceptionUnknownMethod extends Exception ] { + Class [ <internal:dbus> final class DbusExceptionUnknownMethod extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -176,44 +270,82 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { } - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [9] { + - Methods [10] { Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { - Parameter #0 [ <optional> $message ] - Parameter #1 [ <optional> $code ] - Parameter #2 [ <optional> $previous ] + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] } } - Method [ <internal:Core, inherits Exception> final public method getMessage ] { + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] } - Method [ <internal:Core, inherits Exception> final public method getCode ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception> final public method getFile ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception> final public method getLine ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } - Method [ <internal:Core, inherits Exception> final public method getTrace ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ <internal:Core, inherits Exception> final public method getPrevious ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } - Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ <internal:Core, inherits Exception> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } @@ -234,6 +366,9 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { - Methods [2] { Method [ <internal:dbus, ctor> private method __construct ] { + + - Parameters [0] { + } } Method [ <internal:dbus> public method __call ] { @@ -262,15 +397,27 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { - Methods [4] { Method [ <internal:dbus, ctor> public method __construct ] { + + - Parameters [0] { + } } Method [ <internal:dbus> public method matches ] { + + - Parameters [0] { + } } Method [ <internal:dbus> public method getData ] { + + - Parameters [0] { + } } Method [ <internal:dbus> public method send ] { + + - Parameters [0] { + } } } } @@ -291,9 +438,15 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { - Methods [2] { Method [ <internal:dbus, ctor> public method __construct ] { + + - Parameters [0] { + } } Method [ <internal:dbus> public method getData ] { + + - Parameters [0] { + } } } } @@ -314,9 +467,15 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { - Methods [2] { Method [ <internal:dbus, ctor> public method __construct ] { + + - Parameters [0] { + } } Method [ <internal:dbus> public method getData ] { + + - Parameters [0] { + } } } } @@ -337,9 +496,15 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { - Methods [2] { Method [ <internal:dbus, ctor> public method __construct ] { + + - Parameters [0] { + } } Method [ <internal:dbus> public method getData ] { + + - Parameters [0] { + } } } } @@ -360,9 +525,15 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { - Methods [2] { Method [ <internal:dbus, ctor> public method __construct ] { + + - Parameters [0] { + } } Method [ <internal:dbus> public method getData ] { + + - Parameters [0] { + } } } } @@ -383,9 +554,15 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { - Methods [2] { Method [ <internal:dbus, ctor> public method __construct ] { + + - Parameters [0] { + } } Method [ <internal:dbus> public method getData ] { + + - Parameters [0] { + } } } } @@ -406,9 +583,15 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { - Methods [2] { Method [ <internal:dbus, ctor> public method __construct ] { + + - Parameters [0] { + } } Method [ <internal:dbus> public method getData ] { + + - Parameters [0] { + } } } } @@ -429,6 +612,9 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { - Methods [1] { Method [ <internal:dbus, ctor> public method __construct ] { + + - Parameters [0] { + } } } } @@ -449,6 +635,9 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { - Methods [1] { Method [ <internal:dbus, ctor> public method __construct ] { + + - Parameters [0] { + } } } } @@ -469,6 +658,9 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { - Methods [1] { Method [ <internal:dbus, ctor> public method __construct ] { + + - Parameters [0] { + } } } } @@ -489,6 +681,9 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { - Methods [1] { Method [ <internal:dbus, ctor> public method __construct ] { + + - Parameters [0] { + } } } } @@ -509,6 +704,9 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { - Methods [1] { Method [ <internal:dbus, ctor> public method __construct ] { + + - Parameters [0] { + } } } } @@ -529,6 +727,9 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { - Methods [1] { Method [ <internal:dbus, ctor> public method __construct ] { + + - Parameters [0] { + } } } } @@ -549,6 +750,9 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { - Methods [1] { Method [ <internal:dbus, ctor> public method __construct ] { + + - Parameters [0] { + } } } } @@ -569,6 +773,9 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { - Methods [1] { Method [ <internal:dbus, ctor> public method __construct ] { + + - Parameters [0] { + } } } } @@ -589,6 +796,9 @@ Extension [ <persistent> extension #79 dbus version 0.1.1 ] { - Methods [1] { Method [ <internal:dbus, ctor> public method __construct ] { + + - Parameters [0] { + } } } } |