diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 26 |
1 files changed, 21 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #82 teds version 0.2.0 ] { +Extension [ <persistent> extension #82 teds version 0.2.1 ] { - Functions { Function [ <internal:teds> function Teds\any ] { @@ -741,7 +741,7 @@ Extension [ <persistent> extension #82 teds version 0.2.0 ] { - Properties [0] { } - - Methods [21] { + - Methods [23] { Method [ <internal:teds, ctor> public method __construct ] { - Parameters [2] { @@ -771,6 +771,13 @@ Extension [ <persistent> extension #82 teds version 0.2.0 ] { - Return [ int ] } + Method [ <internal:teds> public method shrinkToFit ] { + + - Parameters [0] { + } + - Return [ void ] + } + Method [ <internal:teds> public method clear ] { - Parameters [0] { @@ -889,11 +896,20 @@ Extension [ <persistent> extension #82 teds version 0.2.0 ] { - Return [ bool ] } - Method [ <internal:teds> public method shrinkToFit ] { + Method [ <internal:teds> public method map ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> callable $callback ] } - - Return [ void ] + - Return [ Teds\Vector ] + } + + Method [ <internal:teds> public method filter ] { + + - Parameters [1] { + Parameter #0 [ <optional> ?callable $callback = null ] + } + - Return [ Teds\Vector ] } Method [ <internal:teds, prototype JsonSerializable> public method jsonSerialize ] { |