From a4198e8e6ed98b6ad068e786054a5cf7c41b2f2e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 18 Sep 2021 12:33:13 +0200 Subject: update to 0.2.1 --- REFLECTION | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 4ceb981..632a007 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #82 teds version 0.2.0 ] { +Extension [ extension #82 teds version 0.2.1 ] { - Functions { Function [ function Teds\any ] { @@ -741,7 +741,7 @@ Extension [ extension #82 teds version 0.2.0 ] { - Properties [0] { } - - Methods [21] { + - Methods [23] { Method [ public method __construct ] { - Parameters [2] { @@ -771,6 +771,13 @@ Extension [ extension #82 teds version 0.2.0 ] { - Return [ int ] } + Method [ public method shrinkToFit ] { + + - Parameters [0] { + } + - Return [ void ] + } + Method [ public method clear ] { - Parameters [0] { @@ -889,11 +896,20 @@ Extension [ extension #82 teds version 0.2.0 ] { - Return [ bool ] } - Method [ public method shrinkToFit ] { + Method [ public method map ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ callable $callback ] } - - Return [ void ] + - Return [ Teds\Vector ] + } + + Method [ public method filter ] { + + - Parameters [1] { + Parameter #0 [ ?callable $callback = null ] + } + - Return [ Teds\Vector ] } Method [ public method jsonSerialize ] { -- cgit