diff options
author | Remi Collet <remi@remirepo.net> | 2018-11-19 08:02:15 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-11-19 08:02:15 +0100 |
commit | e712581f2e05c38a4781405a0754eda4d0a63394 (patch) | |
tree | edd08797adde170dffea1fc1fb8a977b01b33f34 /REFLECTION | |
parent | 847b446fce24efe0b4c4cda8c24314cf221b9dfe (diff) |
v1.2.7
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 128 |
1 files changed, 69 insertions, 59 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #84 ds version 1.2.6 ] { +Extension [ <persistent> extension #86 ds version 1.2.7 ] { - Dependencies { Dependency [ json (Required) ] @@ -62,7 +62,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [0] { } - - Return [ Ds\Collection or NULL ] + - Return [ Ds\Collection ] } Method [ <internal:ds> abstract public method isEmpty ] { @@ -79,7 +79,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Return [ array ] } - Method [ <internal:SPL, inherits Countable> abstract public method count ] { + Method [ <internal:Core, inherits Countable> abstract public method count ] { - Parameters [0] { } @@ -135,7 +135,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <optional> callable or NULL $callback ] } - - Return [ Ds\Sequence or NULL ] + - Return [ Ds\Sequence ] } Method [ <internal:ds> abstract public method find ] { @@ -185,7 +185,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <required> callable $callback ] } - - Return [ Ds\Sequence or NULL ] + - Return [ Ds\Sequence ] } Method [ <internal:ds> abstract public method merge ] { @@ -193,7 +193,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <required> $values ] } - - Return [ Ds\Sequence or NULL ] + - Return [ Ds\Sequence ] } Method [ <internal:ds> abstract public method pop ] { @@ -257,7 +257,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { Parameter #0 [ <required> integer $index ] Parameter #1 [ <optional> integer or NULL $length ] } - - Return [ Ds\Sequence or NULL ] + - Return [ Ds\Sequence ] } Method [ <internal:ds> abstract public method sort ] { @@ -284,7 +284,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [0] { } - - Return [ Ds\Collection or NULL ] + - Return [ Ds\Collection ] } Method [ <internal:ds, inherits Ds\Collection> abstract public method isEmpty ] { @@ -301,7 +301,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Return [ array ] } - Method [ <internal:SPL, inherits Countable> abstract public method count ] { + Method [ <internal:Core, inherits Countable> abstract public method count ] { - Parameters [0] { } @@ -372,7 +372,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <optional> callable or NULL $callback ] } - - Return [ Ds\Sequence or NULL ] + - Return [ Ds\Sequence ] } Method [ <internal:ds, prototype Ds\Sequence> public method find ] { @@ -422,7 +422,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <required> callable $callback ] } - - Return [ Ds\Sequence or NULL ] + - Return [ Ds\Sequence ] } Method [ <internal:ds, prototype Ds\Sequence> public method merge ] { @@ -430,7 +430,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <required> $values ] } - - Return [ Ds\Sequence or NULL ] + - Return [ Ds\Sequence ] } Method [ <internal:ds, prototype Ds\Sequence> public method pop ] { @@ -471,7 +471,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [0] { } - - Return [ Ds\Sequence or NULL ] + - Return [ Ds\Sequence ] } Method [ <internal:ds, prototype Ds\Sequence> public method rotate ] { @@ -501,7 +501,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { Parameter #0 [ <required> integer $index ] Parameter #1 [ <optional> integer or NULL $length ] } - - Return [ Ds\Sequence or NULL ] + - Return [ Ds\Sequence ] } Method [ <internal:ds, prototype Ds\Sequence> public method sort ] { @@ -516,7 +516,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <optional> callable or NULL $comparator ] } - - Return [ Ds\Sequence or NULL ] + - Return [ Ds\Sequence ] } Method [ <internal:ds> public method sum ] { @@ -542,7 +542,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [0] { } - - Return [ Ds\Collection or NULL ] + - Return [ Ds\Collection ] } Method [ <internal:ds, prototype Countable> public method count ] { @@ -607,7 +607,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [0] { } - - Return [ Ds\Collection or NULL ] + - Return [ Ds\Collection ] } Method [ <internal:ds, prototype Countable> public method count ] { @@ -671,7 +671,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <optional> callable or NULL $callback ] } - - Return [ Ds\Sequence or NULL ] + - Return [ Ds\Sequence ] } Method [ <internal:ds, prototype Ds\Sequence> public method find ] { @@ -721,7 +721,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <required> callable $callback ] } - - Return [ Ds\Sequence or NULL ] + - Return [ Ds\Sequence ] } Method [ <internal:ds, prototype Ds\Sequence> public method merge ] { @@ -729,7 +729,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <required> $values ] } - - Return [ Ds\Sequence or NULL ] + - Return [ Ds\Sequence ] } Method [ <internal:ds, prototype Ds\Sequence> public method pop ] { @@ -770,7 +770,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [0] { } - - Return [ Ds\Sequence or NULL ] + - Return [ Ds\Sequence ] } Method [ <internal:ds, prototype Ds\Sequence> public method rotate ] { @@ -800,7 +800,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { Parameter #0 [ <required> integer $index ] Parameter #1 [ <optional> integer or NULL $length ] } - - Return [ Ds\Sequence or NULL ] + - Return [ Ds\Sequence ] } Method [ <internal:ds, prototype Ds\Sequence> public method sort ] { @@ -815,7 +815,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <optional> callable or NULL $comparator ] } - - Return [ Ds\Sequence or NULL ] + - Return [ Ds\Sequence ] } Method [ <internal:ds> public method sum ] { @@ -898,7 +898,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [0] { } - - Return [ Ds\Collection or NULL ] + - Return [ Ds\Collection ] } Method [ <internal:ds, prototype Countable> public method count ] { @@ -996,7 +996,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [0] { } - - Return [ Ds\Collection or NULL ] + - Return [ Ds\Collection ] } Method [ <internal:ds, prototype Countable> public method count ] { @@ -1077,7 +1077,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <required> Ds\Map $map ] } - - Return [ Ds\Map or NULL ] + - Return [ Ds\Map ] } Method [ <internal:ds> public method filter ] { @@ -1085,14 +1085,14 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <optional> callable or NULL $callback ] } - - Return [ Ds\Map or NULL ] + - Return [ Ds\Map ] } Method [ <internal:ds> public method first ] { - Parameters [0] { } - - Return [ Ds\Pair or NULL ] + - Return [ Ds\Pair ] } Method [ <internal:ds> public method get ] { @@ -1124,14 +1124,14 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <required> Ds\Map $map ] } - - Return [ Ds\Map or NULL ] + - Return [ Ds\Map ] } Method [ <internal:ds> public method keys ] { - Parameters [0] { } - - Return [ Ds\Set or NULL ] + - Return [ Ds\Set ] } Method [ <internal:ds> public method ksort ] { @@ -1146,14 +1146,14 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <optional> callable or NULL $comparator ] } - - Return [ Ds\Map or NULL ] + - Return [ Ds\Map ] } Method [ <internal:ds> public method last ] { - Parameters [0] { } - - Return [ Ds\Pair or NULL ] + - Return [ Ds\Pair ] } Method [ <internal:ds> public method map ] { @@ -1161,7 +1161,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <required> callable $callback ] } - - Return [ Ds\Map or NULL ] + - Return [ Ds\Map ] } Method [ <internal:ds> public method merge ] { @@ -1169,14 +1169,14 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <required> $values ] } - - Return [ Ds\Map or NULL ] + - Return [ Ds\Map ] } Method [ <internal:ds> public method pairs ] { - Parameters [0] { } - - Return [ Ds\Sequence or NULL ] + - Return [ Ds\Sequence ] } Method [ <internal:ds> public method put ] { @@ -1220,7 +1220,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [0] { } - - Return [ Ds\Map or NULL ] + - Return [ Ds\Map ] } Method [ <internal:ds> public method skip ] { @@ -1228,7 +1228,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <required> integer $position ] } - - Return [ Ds\Pair or NULL ] + - Return [ Ds\Pair ] } Method [ <internal:ds> public method slice ] { @@ -1237,7 +1237,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { Parameter #0 [ <required> integer $index ] Parameter #1 [ <optional> integer or NULL $length ] } - - Return [ Ds\Map or NULL ] + - Return [ Ds\Map ] } Method [ <internal:ds> public method sort ] { @@ -1252,7 +1252,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <optional> callable or NULL $comparator ] } - - Return [ Ds\Map or NULL ] + - Return [ Ds\Map ] } Method [ <internal:ds> public method sum ] { @@ -1266,14 +1266,14 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <required> $map ] } - - Return [ Ds\Map or NULL ] + - Return [ Ds\Map ] } Method [ <internal:ds> public method values ] { - Parameters [0] { } - - Return [ Ds\Sequence or NULL ] + - Return [ Ds\Sequence ] } Method [ <internal:ds> public method xor ] { @@ -1281,7 +1281,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <required> Ds\Map $map ] } - - Return [ Ds\Map or NULL ] + - Return [ Ds\Map ] } Method [ <internal:ds, prototype Ds\Collection> public method clear ] { @@ -1294,7 +1294,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [0] { } - - Return [ Ds\Collection or NULL ] + - Return [ Ds\Collection ] } Method [ <internal:ds, prototype Countable> public method count ] { @@ -1341,7 +1341,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Properties [0] { } - - Methods [29] { + - Methods [30] { Method [ <internal:ds, ctor> public method __construct ] { - Parameters [1] { @@ -1383,15 +1383,15 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <required> Ds\Set $set ] } - - Return [ Ds\Set or NULL ] + - Return [ Ds\Set ] } Method [ <internal:ds> public method filter ] { - Parameters [1] { - Parameter #0 [ <optional> callable or NULL $callback ] + Parameter #0 [ <optional> callable or NULL $predicate ] } - - Return [ Ds\Set or NULL ] + - Return [ Ds\Set ] } Method [ <internal:ds> public method first ] { @@ -1412,7 +1412,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <required> Ds\Set $set ] } - - Return [ Ds\Set or NULL ] + - Return [ Ds\Set ] } Method [ <internal:ds> public method join ] { @@ -1428,12 +1428,20 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { } } + Method [ <internal:ds> public method map ] { + + - Parameters [1] { + Parameter #0 [ <required> callable $callback ] + } + - Return [ Ds\Set ] + } + Method [ <internal:ds> public method merge ] { - Parameters [1] { Parameter #0 [ <required> $values ] } - - Return [ Ds\Set or NULL ] + - Return [ Ds\Set ] } Method [ <internal:ds> public method reduce ] { @@ -1461,7 +1469,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [0] { } - - Return [ Ds\Set or NULL ] + - Return [ Ds\Set ] } Method [ <internal:ds> public method slice ] { @@ -1470,7 +1478,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { Parameter #0 [ <required> integer $index ] Parameter #1 [ <optional> integer or NULL $length ] } - - Return [ Ds\Set or NULL ] + - Return [ Ds\Set ] } Method [ <internal:ds> public method sort ] { @@ -1485,7 +1493,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <optional> callable or NULL $comparator ] } - - Return [ Ds\Set or NULL ] + - Return [ Ds\Set ] } Method [ <internal:ds> public method sum ] { @@ -1499,7 +1507,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <required> Ds\Set $set ] } - - Return [ Ds\Set or NULL ] + - Return [ Ds\Set ] } Method [ <internal:ds> public method xor ] { @@ -1507,7 +1515,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [1] { Parameter #0 [ <required> Ds\Set $set ] } - - Return [ Ds\Set or NULL ] + - Return [ Ds\Set ] } Method [ <internal:ds, prototype Ds\Collection> public method clear ] { @@ -1520,7 +1528,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [0] { } - - Return [ Ds\Collection or NULL ] + - Return [ Ds\Collection ] } Method [ <internal:ds, prototype Countable> public method count ] { @@ -1604,7 +1612,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [2] { Parameter #0 [ <required> $value ] - Parameter #1 [ <required> integer $priority ] + Parameter #1 [ <required> $priority ] } } @@ -1618,7 +1626,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [0] { } - - Return [ Ds\Collection or NULL ] + - Return [ Ds\Collection ] } Method [ <internal:ds, prototype Countable> public method count ] { @@ -1661,7 +1669,9 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Static methods [0] { } - - Properties [0] { + - Properties [2] { + Property [ <default> public $key ] + Property [ <default> public $value ] } - Methods [4] { @@ -1677,7 +1687,7 @@ Extension [ <persistent> extension #84 ds version 1.2.6 ] { - Parameters [0] { } - - Return [ Ds\Pair or NULL ] + - Return [ Ds\Pair ] } Method [ <internal:ds, prototype JsonSerializable> public method jsonSerialize ] { |