summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION220
1 files changed, 131 insertions, 89 deletions
diff --git a/REFLECTION b/REFLECTION
index e7c5f64..842258a 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #117 ds version 1.3.0 ] {
+Extension [ <persistent> extension #63 ds version 1.5.0 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -80,18 +80,24 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
}
Method [ <internal:Core, inherits IteratorAggregate> abstract public method getIterator ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ Traversable ]
}
Method [ <internal:Core, inherits Countable> abstract public method count ] {
- Parameters [0] {
}
+ - Tentative return [ int ]
}
Method [ <internal:json, inherits JsonSerializable> abstract public method jsonSerialize ] {
- Parameters [0] {
}
+ - Tentative return [ mixed ]
}
}
}
@@ -136,7 +142,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 +178,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 +222,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 +264,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 +272,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,47 +311,57 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
}
Method [ <internal:Core, inherits IteratorAggregate> abstract public method getIterator ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ Traversable ]
}
Method [ <internal:Core, inherits Countable> abstract public method count ] {
- Parameters [0] {
}
+ - Tentative return [ int ]
}
Method [ <internal:json, inherits JsonSerializable> abstract public method jsonSerialize ] {
- Parameters [0] {
}
+ - Tentative return [ mixed ]
}
Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetExists ] {
- Parameters [1] {
- Parameter #0 [ <required> $offset ]
+ Parameter #0 [ <required> mixed $offset ]
}
+ - Tentative return [ bool ]
}
Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <required> $offset ]
+ Parameter #0 [ <required> mixed $offset ]
}
+ - Tentative return [ mixed ]
}
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 ]
}
+ - Tentative return [ void ]
}
Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetUnset ] {
- Parameters [1] {
- Parameter #0 [ <required> $offset ]
+ Parameter #0 [ <required> mixed $offset ]
}
+ - Tentative return [ void ]
}
}
}
@@ -369,7 +385,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 +393,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 +428,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 +464,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 ]
}
@@ -486,23 +502,26 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
Method [ <internal:ds, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <required> $offset ]
+ Parameter #0 [ <required> mixed $offset ]
}
+ - Tentative return [ mixed ]
}
Method [ <internal:ds, prototype ArrayAccess> public method offsetSet ] {
- Parameters [2] {
- Parameter #0 [ <required> $offset ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> mixed $offset ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Tentative return [ void ]
}
Method [ <internal:ds, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
- Parameter #0 [ <required> $offset ]
+ Parameter #0 [ <required> mixed $offset ]
}
+ - Tentative return [ void ]
}
Method [ <internal:ds, prototype Ds\Sequence> public method pop ] {
@@ -522,7 +541,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 +590,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 +598,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 ]
}
@@ -635,6 +654,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
- Parameters [0] {
}
+ - Tentative return [ mixed ]
}
Method [ <internal:ds, prototype Ds\Collection> public method toArray ] {
@@ -665,7 +685,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 +693,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 ] {
@@ -707,6 +727,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
- Parameters [0] {
}
+ - Tentative return [ mixed ]
}
Method [ <internal:ds, prototype Ds\Collection> public method toArray ] {
@@ -748,7 +769,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 +805,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 ]
}
@@ -822,23 +843,26 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
Method [ <internal:ds, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <required> $offset ]
+ Parameter #0 [ <required> mixed $offset ]
}
+ - Tentative return [ mixed ]
}
Method [ <internal:ds, prototype ArrayAccess> public method offsetSet ] {
- Parameters [2] {
- Parameter #0 [ <required> $offset ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> mixed $offset ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Tentative return [ void ]
}
Method [ <internal:ds, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
- Parameter #0 [ <required> $offset ]
+ Parameter #0 [ <required> mixed $offset ]
}
+ - Tentative return [ void ]
}
Method [ <internal:ds, prototype Ds\Sequence> public method pop ] {
@@ -858,7 +882,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 +931,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 +939,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 +984,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 +1025,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 ] {
@@ -1015,23 +1039,26 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
Method [ <internal:ds, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <required> $offset ]
+ Parameter #0 [ <required> mixed $offset ]
}
+ - Tentative return [ mixed ]
}
Method [ <internal:ds, prototype ArrayAccess> public method offsetSet ] {
- Parameters [2] {
- Parameter #0 [ <required> $offset ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> mixed $offset ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Tentative return [ void ]
}
Method [ <internal:ds, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
- Parameter #0 [ <required> $offset ]
+ Parameter #0 [ <required> mixed $offset ]
}
+ - Tentative return [ void ]
}
Method [ <internal:ds, prototype Ds\Collection> public method clear ] {
@@ -1065,6 +1092,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
- Parameters [0] {
}
+ - Tentative return [ mixed ]
}
Method [ <internal:ds, prototype Ds\Collection> public method toArray ] {
@@ -1076,7 +1104,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
}
}
- Class [ <internal:ds> <iterateable> final class Ds\Queue implements Ds\Collection, JsonSerializable, Countable, Traversable, IteratorAggregate ] {
+ Class [ <internal:ds> <iterateable> final class Ds\Queue implements Ds\Collection, JsonSerializable, Countable, Traversable, IteratorAggregate, ArrayAccess ] {
- Constants [1] {
Constant [ public int MIN_CAPACITY ] { 8 }
@@ -1095,7 +1123,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,10 +1164,10 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
- Parameters [0] {
}
- - Return [ Traversable or NULL ]
+ - Return [ Traversable ]
}
- Method [ <internal:ds> public method offsetExists ] {
+ Method [ <internal:ds, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
Parameter #0 [ <required> $offset ]
@@ -1147,26 +1175,29 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
- Return [ bool ]
}
- Method [ <internal:ds> public method offsetGet ] {
+ Method [ <internal:ds, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <required> $offset ]
+ Parameter #0 [ <required> mixed $offset ]
}
+ - Tentative return [ mixed ]
}
- Method [ <internal:ds> public method offsetSet ] {
+ Method [ <internal:ds, prototype ArrayAccess> public method offsetSet ] {
- Parameters [2] {
- Parameter #0 [ <required> $offset ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> mixed $offset ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Tentative return [ void ]
}
- Method [ <internal:ds> public method offsetUnset ] {
+ Method [ <internal:ds, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
- Parameter #0 [ <required> $offset ]
+ Parameter #0 [ <required> mixed $offset ]
}
+ - Tentative return [ void ]
}
Method [ <internal:ds, prototype Ds\Collection> public method clear ] {
@@ -1200,6 +1231,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
- Parameters [0] {
}
+ - Tentative return [ mixed ]
}
Method [ <internal:ds, prototype Ds\Collection> public method toArray ] {
@@ -1230,7 +1262,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 +1298,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 +1314,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 +1352,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 +1413,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 +1421,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 +1450,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 +1458,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 +1503,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 ] {
@@ -1485,23 +1517,26 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
Method [ <internal:ds, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <required> $offset ]
+ Parameter #0 [ <required> mixed $offset ]
}
+ - Tentative return [ mixed ]
}
Method [ <internal:ds, prototype ArrayAccess> public method offsetSet ] {
- Parameters [2] {
- Parameter #0 [ <required> $offset ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> mixed $offset ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Tentative return [ void ]
}
Method [ <internal:ds, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
- Parameter #0 [ <required> $offset ]
+ Parameter #0 [ <required> mixed $offset ]
}
+ - Tentative return [ void ]
}
Method [ <internal:ds, prototype Ds\Collection> public method clear ] {
@@ -1535,6 +1570,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
- Parameters [0] {
}
+ - Tentative return [ mixed ]
}
Method [ <internal:ds, prototype Ds\Collection> public method toArray ] {
@@ -1546,7 +1582,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
}
}
- Class [ <internal:ds> <iterateable> final class Ds\Set implements Ds\Collection, JsonSerializable, Countable, Traversable, IteratorAggregate ] {
+ Class [ <internal:ds> <iterateable> final class Ds\Set implements Ds\Collection, JsonSerializable, Countable, Traversable, IteratorAggregate, ArrayAccess ] {
- Constants [1] {
Constant [ public int MIN_CAPACITY ] { 8 }
@@ -1565,7 +1601,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 +1645,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 +1674,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 +1704,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 +1732,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 +1740,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,10 +1778,10 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
- Parameters [0] {
}
- - Return [ Traversable or NULL ]
+ - Return [ Traversable ]
}
- Method [ <internal:ds> public method offsetExists ] {
+ Method [ <internal:ds, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
Parameter #0 [ <required> $offset ]
@@ -1753,26 +1789,29 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
- Return [ bool ]
}
- Method [ <internal:ds> public method offsetGet ] {
+ Method [ <internal:ds, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <required> $offset ]
+ Parameter #0 [ <required> mixed $offset ]
}
+ - Tentative return [ mixed ]
}
- Method [ <internal:ds> public method offsetSet ] {
+ Method [ <internal:ds, prototype ArrayAccess> public method offsetSet ] {
- Parameters [2] {
- Parameter #0 [ <required> $offset ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> mixed $offset ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Tentative return [ void ]
}
- Method [ <internal:ds> public method offsetUnset ] {
+ Method [ <internal:ds, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
- Parameter #0 [ <required> $offset ]
+ Parameter #0 [ <required> mixed $offset ]
}
+ - Tentative return [ void ]
}
Method [ <internal:ds, prototype Ds\Collection> public method clear ] {
@@ -1806,6 +1845,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
- Parameters [0] {
}
+ - Tentative return [ mixed ]
}
Method [ <internal:ds, prototype Ds\Collection> public method toArray ] {
@@ -1877,7 +1917,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 ] {
@@ -1911,6 +1951,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
- Parameters [0] {
}
+ - Tentative return [ mixed ]
}
Method [ <internal:ds, prototype Ds\Collection> public method toArray ] {
@@ -1934,16 +1975,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> ]
}
}
@@ -1958,6 +1999,7 @@ Extension [ <persistent> extension #117 ds version 1.3.0 ] {
- Parameters [0] {
}
+ - Tentative return [ mixed ]
}
Method [ <internal:ds> public method toArray ] {