diff options
| -rw-r--r-- | REFLECTION | 597 | 
1 files changed, 597 insertions, 0 deletions
| diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..59023bc --- /dev/null +++ b/REFLECTION @@ -0,0 +1,597 @@ +Extension [ <persistent> extension #79 dbus version 0.1.1 ] { + +  - Dependencies { +    Dependency [ libxml (Required) ] +  } + +  - Classes [21] { +    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 } +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [6] { +        Method [ <internal:dbus, ctor> public method __construct ] { +        } + +        Method [ <internal:dbus> public method addWatch ] { +        } + +        Method [ <internal:dbus> public method waitLoop ] { +        } + +        Method [ <internal:dbus> public method requestName ] { +        } + +        Method [ <internal:dbus> public method registerObject ] { +        } + +        Method [ <internal:dbus> public method createProxy ] { +        } +      } +    } + +    Class [ <internal:dbus> class DbusException extends Exception ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [4] { +        Property [ <default> protected $message ] +        Property [ <default> protected $code ] +        Property [ <default> protected $file ] +        Property [ <default> protected $line ] +      } + +      - Methods [9] { +        Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + +          - Parameters [3] { +            Parameter #0 [ <optional> $message ] +            Parameter #1 [ <optional> $code ] +            Parameter #2 [ <optional> $previous ] +          } +        } + +        Method [ <internal:Core, inherits Exception> final public method getMessage ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getCode ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getFile ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getLine ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getTrace ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getPrevious ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { +        } + +        Method [ <internal:Core, inherits Exception> public method __toString ] { +        } +      } +    } + +    Class [ <internal:dbus> class DbusExceptionServiceUnknown extends Exception ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [4] { +        Property [ <default> protected $message ] +        Property [ <default> protected $code ] +        Property [ <default> protected $file ] +        Property [ <default> protected $line ] +      } + +      - Methods [9] { +        Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + +          - Parameters [3] { +            Parameter #0 [ <optional> $message ] +            Parameter #1 [ <optional> $code ] +            Parameter #2 [ <optional> $previous ] +          } +        } + +        Method [ <internal:Core, inherits Exception> final public method getMessage ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getCode ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getFile ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getLine ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getTrace ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getPrevious ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { +        } + +        Method [ <internal:Core, inherits Exception> public method __toString ] { +        } +      } +    } + +    Class [ <internal:dbus> class DbusExceptionUnknownMethod extends Exception ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [4] { +        Property [ <default> protected $message ] +        Property [ <default> protected $code ] +        Property [ <default> protected $file ] +        Property [ <default> protected $line ] +      } + +      - Methods [9] { +        Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + +          - Parameters [3] { +            Parameter #0 [ <optional> $message ] +            Parameter #1 [ <optional> $code ] +            Parameter #2 [ <optional> $previous ] +          } +        } + +        Method [ <internal:Core, inherits Exception> final public method getMessage ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getCode ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getFile ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getLine ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getTrace ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getPrevious ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { +        } + +        Method [ <internal:Core, inherits Exception> public method __toString ] { +        } +      } +    } + +    Class [ <internal:dbus> class DbusObject ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [2] { +        Method [ <internal:dbus, ctor> private method __construct ] { +        } + +        Method [ <internal:dbus> public method __call ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $function_name ] +            Parameter #1 [ <required> $arguments ] +          } +        } +      } +    } + +    Class [ <internal:dbus> class DbusSignal ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [4] { +        Method [ <internal:dbus, ctor> public method __construct ] { +        } + +        Method [ <internal:dbus> public method matches ] { +        } + +        Method [ <internal:dbus> public method getData ] { +        } + +        Method [ <internal:dbus> public method send ] { +        } +      } +    } + +    Class [ <internal:dbus> class DbusArray ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [2] { +        Method [ <internal:dbus, ctor> public method __construct ] { +        } + +        Method [ <internal:dbus> public method getData ] { +        } +      } +    } + +    Class [ <internal:dbus> class DbusDict ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [2] { +        Method [ <internal:dbus, ctor> public method __construct ] { +        } + +        Method [ <internal:dbus> public method getData ] { +        } +      } +    } + +    Class [ <internal:dbus> class DbusVariant ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [2] { +        Method [ <internal:dbus, ctor> public method __construct ] { +        } + +        Method [ <internal:dbus> public method getData ] { +        } +      } +    } + +    Class [ <internal:dbus> class DbusSet ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [2] { +        Method [ <internal:dbus, ctor> public method __construct ] { +        } + +        Method [ <internal:dbus> public method getData ] { +        } +      } +    } + +    Class [ <internal:dbus> class DbusStruct ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [2] { +        Method [ <internal:dbus, ctor> public method __construct ] { +        } + +        Method [ <internal:dbus> public method getData ] { +        } +      } +    } + +    Class [ <internal:dbus> class DbusObjectPath ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [2] { +        Method [ <internal:dbus, ctor> public method __construct ] { +        } + +        Method [ <internal:dbus> public method getData ] { +        } +      } +    } + +    Class [ <internal:dbus> class DbusByte ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [1] { +        Method [ <internal:dbus, ctor> public method __construct ] { +        } +      } +    } + +    Class [ <internal:dbus> class DbusBool ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [1] { +        Method [ <internal:dbus, ctor> public method __construct ] { +        } +      } +    } + +    Class [ <internal:dbus> class DbusInt16 ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [1] { +        Method [ <internal:dbus, ctor> public method __construct ] { +        } +      } +    } + +    Class [ <internal:dbus> class DbusUInt16 ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [1] { +        Method [ <internal:dbus, ctor> public method __construct ] { +        } +      } +    } + +    Class [ <internal:dbus> class DbusInt32 ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [1] { +        Method [ <internal:dbus, ctor> public method __construct ] { +        } +      } +    } + +    Class [ <internal:dbus> class DbusUInt32 ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [1] { +        Method [ <internal:dbus, ctor> public method __construct ] { +        } +      } +    } + +    Class [ <internal:dbus> class DbusInt64 ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [1] { +        Method [ <internal:dbus, ctor> public method __construct ] { +        } +      } +    } + +    Class [ <internal:dbus> class DbusUInt64 ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [1] { +        Method [ <internal:dbus, ctor> public method __construct ] { +        } +      } +    } + +    Class [ <internal:dbus> class DbusDouble ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [1] { +        Method [ <internal:dbus, ctor> public method __construct ] { +        } +      } +    } +  } +} + | 
