diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 342 |
1 files changed, 340 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #99 teds version 0.9.2 ] { +Extension [ <persistent> extension #99 teds version 0.10.0 ] { - Functions { Function [ <internal:teds> function Teds\any ] { @@ -99,7 +99,7 @@ Extension [ <persistent> extension #99 teds version 0.9.2 ] { } } - - Classes [13] { + - Classes [15] { Class [ <internal:teds> <iterateable> final class Teds\Deque implements IteratorAggregate, Traversable, Countable, JsonSerializable, ArrayAccess ] { - Constants [0] { @@ -594,6 +594,175 @@ Extension [ <persistent> extension #99 teds version 0.9.2 ] { } } + Class [ <internal:teds> <iterateable> final class Teds\IntVector implements IteratorAggregate, Traversable, Countable, JsonSerializable, ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:teds> static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $array ] + } + - Return [ Teds\IntVector ] + } + } + + - Properties [0] { + } + + - Methods [19] { + Method [ <internal:teds, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> iterable $iterator = [] ] + } + } + + Method [ <internal:teds, prototype IteratorAggregate> public method getIterator ] { + + - Parameters [0] { + } + - Return [ InternalIterator ] + } + + Method [ <internal:teds, prototype Countable> public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:teds> public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:teds> public method capacity ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:teds> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:teds> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:teds> public method push ] { + + - Parameters [1] { + Parameter #0 [ <optional> int ...$values ] + } + - Return [ void ] + } + + Method [ <internal:teds> public method pop ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:teds> public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:teds> public method get ] { + + - Parameters [1] { + Parameter #0 [ <required> int $offset ] + } + - Return [ int ] + } + + Method [ <internal:teds> public method set ] { + + - Parameters [2] { + Parameter #0 [ <required> int $offset ] + Parameter #1 [ <required> int $value ] + } + - Return [ void ] + } + + Method [ <internal:teds, prototype ArrayAccess> public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> mixed $offset ] + } + - Return [ mixed ] + } + + Method [ <internal:teds, prototype ArrayAccess> public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> mixed $offset ] + } + - Return [ bool ] + } + + Method [ <internal:teds, prototype ArrayAccess> public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> mixed $offset ] + Parameter #1 [ <required> mixed $value ] + } + - Return [ void ] + } + + Method [ <internal:teds, prototype ArrayAccess> public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> mixed $offset ] + } + - Return [ void ] + } + + Method [ <internal:teds> public method indexOf ] { + + - Parameters [1] { + Parameter #0 [ <required> int $value ] + } + - Return [ ?int ] + } + + Method [ <internal:teds> public method contains ] { + + - Parameters [1] { + Parameter #0 [ <required> int $value ] + } + - Return [ bool ] + } + + Method [ <internal:teds, prototype JsonSerializable> public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + Class [ <internal:teds> <iterateable> final class Teds\KeyValueVector implements IteratorAggregate, Traversable, Countable, JsonSerializable ] { - Constants [0] { @@ -808,6 +977,175 @@ Extension [ <persistent> extension #99 teds version 0.9.2 ] { } } + Class [ <internal:teds> <iterateable> final class Teds\LowMemoryVector implements IteratorAggregate, Traversable, Countable, JsonSerializable, ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:teds> static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $array ] + } + - Return [ Teds\LowMemoryVector ] + } + } + + - Properties [0] { + } + + - Methods [19] { + Method [ <internal:teds, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> iterable $iterator = [] ] + } + } + + Method [ <internal:teds, prototype IteratorAggregate> public method getIterator ] { + + - Parameters [0] { + } + - Return [ InternalIterator ] + } + + Method [ <internal:teds, prototype Countable> public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:teds> public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:teds> public method capacity ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:teds> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:teds> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:teds> public method push ] { + + - Parameters [1] { + Parameter #0 [ <optional> mixed ...$values ] + } + - Return [ void ] + } + + Method [ <internal:teds> public method pop ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ <internal:teds> public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:teds> public method get ] { + + - Parameters [1] { + Parameter #0 [ <required> int $offset ] + } + - Return [ mixed ] + } + + Method [ <internal:teds> public method set ] { + + - Parameters [2] { + Parameter #0 [ <required> int $offset ] + Parameter #1 [ <required> mixed $value ] + } + - Return [ void ] + } + + Method [ <internal:teds, prototype ArrayAccess> public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> mixed $offset ] + } + - Return [ mixed ] + } + + Method [ <internal:teds, prototype ArrayAccess> public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> mixed $offset ] + } + - Return [ bool ] + } + + Method [ <internal:teds, prototype ArrayAccess> public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> mixed $offset ] + Parameter #1 [ <required> mixed $value ] + } + - Return [ void ] + } + + Method [ <internal:teds, prototype ArrayAccess> public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> mixed $offset ] + } + - Return [ void ] + } + + Method [ <internal:teds> public method indexOf ] { + + - Parameters [1] { + Parameter #0 [ <required> mixed $value ] + } + - Return [ ?int ] + } + + Method [ <internal:teds> public method contains ] { + + - Parameters [1] { + Parameter #0 [ <required> mixed $value ] + } + - Return [ bool ] + } + + Method [ <internal:teds, prototype JsonSerializable> public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + Class [ <internal:teds> <iterateable> final class Teds\SortedStrictMap implements IteratorAggregate, Traversable, Countable, JsonSerializable, ArrayAccess ] { - Constants [0] { |