diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 116 |
1 files changed, 61 insertions, 55 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 ds version 1.3.0 ] { +Extension [ <persistent> extension #120 ds version 1.3.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -80,6 +80,9 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { } Method [ <internal:Core, inherits IteratorAggregate> abstract public method getIterator ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Countable> abstract public method count ] { @@ -136,7 +139,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds> abstract public method filter ] { - Parameters [1] { - Parameter #0 [ <optional> callable or NULL $callback ] + Parameter #0 [ <optional> ?callable $callback = <default> ] } - Return [ Ds\Sequence ] } @@ -172,7 +175,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds> abstract public method join ] { - Parameters [1] { - Parameter #0 [ <optional> string $glue ] + Parameter #0 [ <optional> string $glue = <default> ] } - Return [ string ] } @@ -216,7 +219,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { - Parameters [2] { Parameter #0 [ <required> callable $callback ] - Parameter #1 [ <optional> $initial ] + Parameter #1 [ <optional> $initial = <default> ] } } @@ -258,7 +261,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { - Parameters [2] { Parameter #0 [ <required> int $index ] - Parameter #1 [ <optional> int or NULL $length ] + Parameter #1 [ <optional> ?int $length = <default> ] } - Return [ Ds\Sequence ] } @@ -266,7 +269,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds> abstract public method sort ] { - Parameters [1] { - Parameter #0 [ <optional> callable or NULL $comparator ] + Parameter #0 [ <optional> ?callable $comparator = <default> ] } } @@ -305,6 +308,9 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { } Method [ <internal:Core, inherits IteratorAggregate> abstract public method getIterator ] { + + - Parameters [0] { + } } Method [ <internal:Core, inherits Countable> abstract public method count ] { @@ -322,29 +328,29 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetExists ] { - Parameters [1] { - Parameter #0 [ <required> $offset ] + Parameter #0 [ <required> mixed $offset ] } } Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetGet ] { - Parameters [1] { - Parameter #0 [ <required> $offset ] + Parameter #0 [ <required> mixed $offset ] } } Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetSet ] { - Parameters [2] { - Parameter #0 [ <required> $offset ] - Parameter #1 [ <required> $value ] + Parameter #0 [ <required> mixed $offset ] + Parameter #1 [ <required> mixed $value ] } } Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ <required> $offset ] + Parameter #0 [ <required> mixed $offset ] } } } @@ -369,7 +375,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> $values ] + Parameter #0 [ <optional> $values = <default> ] } } @@ -377,7 +383,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { - Parameters [0] { } - - Return [ Traversable or NULL ] + - Return [ ?Traversable ] } Method [ <internal:ds, prototype Ds\Sequence> public method allocate ] { @@ -412,7 +418,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds, prototype Ds\Sequence> public method filter ] { - Parameters [1] { - Parameter #0 [ <optional> callable or NULL $callback ] + Parameter #0 [ <optional> ?callable $callback = <default> ] } - Return [ Ds\Sequence ] } @@ -448,7 +454,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds, prototype Ds\Sequence> public method join ] { - Parameters [1] { - Parameter #0 [ <optional> string $glue ] + Parameter #0 [ <optional> string $glue = <default> ] } - Return [ string ] } @@ -522,7 +528,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { - Parameters [2] { Parameter #0 [ <required> callable $callback ] - Parameter #1 [ <optional> $initial ] + Parameter #1 [ <optional> $initial = <default> ] } } @@ -571,7 +577,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { - Parameters [2] { Parameter #0 [ <required> int $index ] - Parameter #1 [ <optional> int or NULL $length ] + Parameter #1 [ <optional> ?int $length = <default> ] } - Return [ Ds\Sequence ] } @@ -579,14 +585,14 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds, prototype Ds\Sequence> public method sort ] { - Parameters [1] { - Parameter #0 [ <optional> callable or NULL $comparator ] + Parameter #0 [ <optional> ?callable $comparator = <default> ] } } Method [ <internal:ds> public method sorted ] { - Parameters [1] { - Parameter #0 [ <optional> callable or NULL $comparator ] + Parameter #0 [ <optional> ?callable $comparator = <default> ] } - Return [ Ds\Sequence ] } @@ -665,7 +671,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> $values ] + Parameter #0 [ <optional> $values = <default> ] } } @@ -673,7 +679,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { - Parameters [0] { } - - Return [ Traversable or NULL ] + - Return [ ?Traversable ] } Method [ <internal:ds, prototype Ds\Collection> public method clear ] { @@ -748,7 +754,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds, prototype Ds\Sequence> public method filter ] { - Parameters [1] { - Parameter #0 [ <optional> callable or NULL $callback ] + Parameter #0 [ <optional> ?callable $callback = <default> ] } - Return [ Ds\Sequence ] } @@ -784,7 +790,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds, prototype Ds\Sequence> public method join ] { - Parameters [1] { - Parameter #0 [ <optional> string $glue ] + Parameter #0 [ <optional> string $glue = <default> ] } - Return [ string ] } @@ -858,7 +864,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { - Parameters [2] { Parameter #0 [ <required> callable $callback ] - Parameter #1 [ <optional> $initial ] + Parameter #1 [ <optional> $initial = <default> ] } } @@ -907,7 +913,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { - Parameters [2] { Parameter #0 [ <required> int $index ] - Parameter #1 [ <optional> int or NULL $length ] + Parameter #1 [ <optional> ?int $length = <default> ] } - Return [ Ds\Sequence ] } @@ -915,14 +921,14 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds, prototype Ds\Sequence> public method sort ] { - Parameters [1] { - Parameter #0 [ <optional> callable or NULL $comparator ] + Parameter #0 [ <optional> ?callable $comparator = <default> ] } } Method [ <internal:ds> public method sorted ] { - Parameters [1] { - Parameter #0 [ <optional> callable or NULL $comparator ] + Parameter #0 [ <optional> ?callable $comparator = <default> ] } - Return [ Ds\Sequence ] } @@ -960,7 +966,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> $values ] + Parameter #0 [ <optional> $values = <default> ] } } @@ -1001,7 +1007,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { - Parameters [0] { } - - Return [ Traversable or NULL ] + - Return [ ?Traversable ] } Method [ <internal:ds, prototype ArrayAccess> public method offsetExists ] { @@ -1095,7 +1101,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> $values ] + Parameter #0 [ <optional> $values = <default> ] } } @@ -1136,7 +1142,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { - Parameters [0] { } - - Return [ Traversable or NULL ] + - Return [ ?Traversable ] } Method [ <internal:ds> public method offsetExists ] { @@ -1230,7 +1236,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> $values ] + Parameter #0 [ <optional> $values = <default> ] } } @@ -1266,7 +1272,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds> public method filter ] { - Parameters [1] { - Parameter #0 [ <optional> callable or NULL $callback ] + Parameter #0 [ <optional> ?callable $callback = <default> ] } - Return [ Ds\Map ] } @@ -1282,7 +1288,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { - Parameters [2] { Parameter #0 [ <required> $key ] - Parameter #1 [ <optional> $default ] + Parameter #1 [ <optional> $default = <default> ] } } @@ -1320,14 +1326,14 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds> public method ksort ] { - Parameters [1] { - Parameter #0 [ <optional> callable or NULL $comparator ] + Parameter #0 [ <optional> ?callable $comparator = <default> ] } } Method [ <internal:ds> public method ksorted ] { - Parameters [1] { - Parameter #0 [ <optional> callable or NULL $comparator ] + Parameter #0 [ <optional> ?callable $comparator = <default> ] } - Return [ Ds\Map ] } @@ -1381,7 +1387,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { - Parameters [2] { Parameter #0 [ <required> callable $callback ] - Parameter #1 [ <optional> $initial ] + Parameter #1 [ <optional> $initial = <default> ] } } @@ -1389,7 +1395,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { - Parameters [2] { Parameter #0 [ <required> $key ] - Parameter #1 [ <optional> $default ] + Parameter #1 [ <optional> $default = <default> ] } } @@ -1418,7 +1424,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { - Parameters [2] { Parameter #0 [ <required> int $index ] - Parameter #1 [ <optional> int or NULL $length ] + Parameter #1 [ <optional> ?int $length = <default> ] } - Return [ Ds\Map ] } @@ -1426,14 +1432,14 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds> public method sort ] { - Parameters [1] { - Parameter #0 [ <optional> callable or NULL $comparator ] + Parameter #0 [ <optional> ?callable $comparator = <default> ] } } Method [ <internal:ds> public method sorted ] { - Parameters [1] { - Parameter #0 [ <optional> callable or NULL $comparator ] + Parameter #0 [ <optional> ?callable $comparator = <default> ] } - Return [ Ds\Map ] } @@ -1471,7 +1477,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { - Parameters [0] { } - - Return [ Traversable or NULL ] + - Return [ ?Traversable ] } Method [ <internal:ds, prototype ArrayAccess> public method offsetExists ] { @@ -1565,7 +1571,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> $values ] + Parameter #0 [ <optional> $values = <default> ] } } @@ -1609,7 +1615,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds> public method filter ] { - Parameters [1] { - Parameter #0 [ <optional> callable or NULL $predicate ] + Parameter #0 [ <optional> ?callable $predicate = <default> ] } - Return [ Ds\Set ] } @@ -1638,7 +1644,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds> public method join ] { - Parameters [1] { - Parameter #0 [ <optional> string $glue ] + Parameter #0 [ <optional> string $glue = <default> ] } } @@ -1668,7 +1674,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { - Parameters [2] { Parameter #0 [ <required> callable $callback ] - Parameter #1 [ <optional> $initial ] + Parameter #1 [ <optional> $initial = <default> ] } } @@ -1696,7 +1702,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { - Parameters [2] { Parameter #0 [ <required> int $index ] - Parameter #1 [ <optional> int or NULL $length ] + Parameter #1 [ <optional> ?int $length = <default> ] } - Return [ Ds\Set ] } @@ -1704,14 +1710,14 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { Method [ <internal:ds> public method sort ] { - Parameters [1] { - Parameter #0 [ <optional> callable or NULL $comparator ] + Parameter #0 [ <optional> ?callable $comparator = <default> ] } } Method [ <internal:ds> public method sorted ] { - Parameters [1] { - Parameter #0 [ <optional> callable or NULL $comparator ] + Parameter #0 [ <optional> ?callable $comparator = <default> ] } - Return [ Ds\Set ] } @@ -1742,7 +1748,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { - Parameters [0] { } - - Return [ Traversable or NULL ] + - Return [ ?Traversable ] } Method [ <internal:ds> public method offsetExists ] { @@ -1877,7 +1883,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { - Parameters [0] { } - - Return [ Traversable or NULL ] + - Return [ ?Traversable ] } Method [ <internal:ds, prototype Ds\Collection> public method clear ] { @@ -1934,16 +1940,16 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] { } - Properties [2] { - Property [ <default> public $key ] - Property [ <default> public $value ] + Property [ public $key = NULL ] + Property [ public $value = NULL ] } - Methods [4] { Method [ <internal:ds, ctor> public method __construct ] { - Parameters [2] { - Parameter #0 [ <optional> $key ] - Parameter #1 [ <optional> $value ] + Parameter #0 [ <optional> $key = <default> ] + Parameter #1 [ <optional> $value = <default> ] } } |