diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 130 |
1 files changed, 121 insertions, 9 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #148 ds version 1.6.0 ] { +Extension [ <persistent> extension #154 ds version 1.8.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -381,7 +381,7 @@ Extension [ <persistent> extension #148 ds version 1.6.0 ] { - Properties [0] { } - - Methods [39] { + - Methods [41] { Method [ <internal:ds, ctor> public method __construct ] { - Parameters [1] { @@ -663,6 +663,20 @@ Extension [ <persistent> extension #148 ds version 1.6.0 ] { } - Return [ array ] } + + Method [ <internal:ds> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:ds> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } } } @@ -681,7 +695,7 @@ Extension [ <persistent> extension #148 ds version 1.6.0 ] { - Properties [0] { } - - Methods [39] { + - Methods [41] { Method [ <internal:ds, ctor> public method __construct ] { - Parameters [1] { @@ -737,6 +751,20 @@ Extension [ <persistent> extension #148 ds version 1.6.0 ] { - Return [ array ] } + Method [ <internal:ds> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:ds> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + Method [ <internal:ds, prototype Ds\Sequence> public method allocate ] { - Parameters [1] { @@ -980,7 +1008,7 @@ Extension [ <persistent> extension #148 ds version 1.6.0 ] { - Properties [0] { } - - Methods [17] { + - Methods [19] { Method [ <internal:ds, ctor> public method __construct ] { - Parameters [1] { @@ -1101,6 +1129,20 @@ Extension [ <persistent> extension #148 ds version 1.6.0 ] { } - Return [ array ] } + + Method [ <internal:ds> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:ds> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } } } @@ -1119,7 +1161,7 @@ Extension [ <persistent> extension #148 ds version 1.6.0 ] { - Properties [0] { } - - Methods [17] { + - Methods [19] { Method [ <internal:ds, ctor> public method __construct ] { - Parameters [1] { @@ -1240,6 +1282,20 @@ Extension [ <persistent> extension #148 ds version 1.6.0 ] { } - Return [ array ] } + + Method [ <internal:ds> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:ds> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } } } @@ -1258,7 +1314,7 @@ Extension [ <persistent> extension #148 ds version 1.6.0 ] { - Properties [0] { } - - Methods [43] { + - Methods [45] { Method [ <internal:ds, ctor> public method __construct ] { - Parameters [1] { @@ -1579,6 +1635,20 @@ Extension [ <persistent> extension #148 ds version 1.6.0 ] { } - Return [ array ] } + + Method [ <internal:ds> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:ds> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } } } @@ -1597,7 +1667,7 @@ Extension [ <persistent> extension #148 ds version 1.6.0 ] { - Properties [0] { } - - Methods [35] { + - Methods [37] { Method [ <internal:ds, ctor> public method __construct ] { - Parameters [1] { @@ -1854,6 +1924,20 @@ Extension [ <persistent> extension #148 ds version 1.6.0 ] { } - Return [ array ] } + + Method [ <internal:ds> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:ds> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } } } @@ -1872,7 +1956,7 @@ Extension [ <persistent> extension #148 ds version 1.6.0 ] { - Properties [0] { } - - Methods [13] { + - Methods [15] { Method [ <internal:ds, ctor> public method __construct ] { - Parameters [0] { @@ -1960,6 +2044,20 @@ Extension [ <persistent> extension #148 ds version 1.6.0 ] { } - Return [ array ] } + + Method [ <internal:ds> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:ds> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } } } @@ -1979,7 +2077,7 @@ Extension [ <persistent> extension #148 ds version 1.6.0 ] { Property [ public $value = NULL ] } - - Methods [4] { + - Methods [6] { Method [ <internal:ds, ctor> public method __construct ] { - Parameters [2] { @@ -2008,6 +2106,20 @@ Extension [ <persistent> extension #148 ds version 1.6.0 ] { } - Return [ array ] } + + Method [ <internal:ds> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:ds> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } } } } |
