From a57ca23ef278ee168dd6a5206d0d1550fbd893d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 31 Jan 2022 07:11:31 +0100 Subject: update to 0.9.2 --- REFLECTION | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 740b232..6219cf1 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #99 teds version 0.9.0 ] { +Extension [ extension #99 teds version 0.9.2 ] { - Functions { Function [ function Teds\any ] { @@ -837,7 +837,7 @@ Extension [ extension #99 teds version 0.9.0 ] { - Properties [0] { } - - Methods [24] { + - Methods [26] { Method [ public method __construct ] { - Parameters [1] { @@ -1015,6 +1015,20 @@ Extension [ extension #99 teds version 0.9.0 ] { } - Return [ array ] } + + Method [ public method debugGetTreeRepresentation ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method debugIsBalanced ] { + + - Parameters [0] { + } + - Return [ bool ] + } } } @@ -1039,7 +1053,7 @@ Extension [ extension #99 teds version 0.9.0 ] { - Properties [0] { } - - Methods [16] { + - Methods [18] { Method [ public method __construct ] { - Parameters [1] { @@ -1155,6 +1169,20 @@ Extension [ extension #99 teds version 0.9.0 ] { } - Return [ array ] } + + Method [ public method debugGetTreeRepresentation ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method debugIsBalanced ] { + + - Parameters [0] { + } + - Return [ bool ] + } } } -- cgit