summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-27 06:22:11 +0200
committerRemi Collet <remi@remirepo.net>2021-09-27 06:22:11 +0200
commitc9499be4c2d2c0ae00e6dc4df150ddf1fa5a73ec (patch)
treecaa8fc2b54d4f25af14d75da7008d049dbd551ba /REFLECTION
parent249fc762bc7cadfcce92617ad074a366c74b1e06 (diff)
update to 0.4.1
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION80
1 files changed, 64 insertions, 16 deletions
diff --git a/REFLECTION b/REFLECTION
index 865bbf5..5f56463 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #82 teds version 0.3.0 ] {
+Extension [ <persistent> extension #82 teds version 0.4.1 ] {
- Functions {
Function [ <internal:teds> function Teds\any ] {
@@ -75,7 +75,7 @@ Extension [ <persistent> extension #82 teds version 0.3.0 ] {
- Properties [0] {
}
- - Methods [21] {
+ - Methods [24] {
Method [ <internal:teds, ctor> public method __construct ] {
- Parameters [1] {
@@ -97,11 +97,11 @@ Extension [ <persistent> extension #82 teds version 0.3.0 ] {
- Return [ int ]
}
- Method [ <internal:teds> public method capacity ] {
+ Method [ <internal:teds> public method isEmpty ] {
- Parameters [0] {
}
- - Return [ int ]
+ - Return [ bool ]
}
Method [ <internal:teds> public method clear ] {
@@ -126,30 +126,44 @@ Extension [ <persistent> extension #82 teds version 0.3.0 ] {
- Return [ void ]
}
- Method [ <internal:teds> public method pushBack ] {
+ Method [ <internal:teds> public method push ] {
- Parameters [1] {
- Parameter #0 [ <required> mixed $value ]
+ Parameter #0 [ <optional> mixed ...$values ]
}
- Return [ void ]
}
- Method [ <internal:teds> public method pushFront ] {
+ Method [ <internal:teds> public method unshift ] {
- Parameters [1] {
- Parameter #0 [ <required> mixed $value ]
+ Parameter #0 [ <optional> mixed ...$values ]
}
- Return [ void ]
}
- Method [ <internal:teds> public method popBack ] {
+ Method [ <internal:teds> public method pop ] {
+
+ - Parameters [0] {
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:teds> public method shift ] {
+
+ - Parameters [0] {
+ }
+ - Return [ mixed ]
+ }
+
+ Method [ <internal:teds> public method bottom ] {
- Parameters [0] {
}
- Return [ mixed ]
}
- Method [ <internal:teds> public method popFront ] {
+ Method [ <internal:teds> public method top ] {
- Parameters [0] {
}
@@ -235,6 +249,13 @@ Extension [ <persistent> extension #82 teds version 0.3.0 ] {
}
- Return [ array ]
}
+
+ Method [ <internal:teds> public method capacity ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
}
}
@@ -267,7 +288,7 @@ Extension [ <persistent> extension #82 teds version 0.3.0 ] {
- Properties [0] {
}
- - Methods [15] {
+ - Methods [16] {
Method [ <internal:teds, ctor> public method __construct ] {
- Parameters [1] {
@@ -289,6 +310,13 @@ Extension [ <persistent> extension #82 teds version 0.3.0 ] {
- Return [ int ]
}
+ Method [ <internal:teds> public method isEmpty ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:teds> public method toPairs ] {
- Parameters [0] {
@@ -403,7 +431,7 @@ Extension [ <persistent> extension #82 teds version 0.3.0 ] {
- Properties [0] {
}
- - Methods [14] {
+ - Methods [15] {
Method [ <internal:teds, ctor> public method __construct ] {
- Parameters [1] {
@@ -425,6 +453,13 @@ Extension [ <persistent> extension #82 teds version 0.3.0 ] {
- Return [ int ]
}
+ Method [ <internal:teds> public method isEmpty ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:teds> public method __serialize ] {
- Parameters [0] {
@@ -542,7 +577,7 @@ Extension [ <persistent> extension #82 teds version 0.3.0 ] {
- Properties [0] {
}
- - Methods [23] {
+ - Methods [24] {
Method [ <internal:teds, ctor> public method __construct ] {
- Parameters [1] {
@@ -564,6 +599,13 @@ Extension [ <persistent> extension #82 teds version 0.3.0 ] {
- Return [ int ]
}
+ Method [ <internal:teds> public method isEmpty ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:teds> public method capacity ] {
- Parameters [0] {
@@ -741,12 +783,11 @@ Extension [ <persistent> extension #82 teds version 0.3.0 ] {
- Properties [0] {
}
- - Methods [24] {
+ - Methods [25] {
Method [ <internal:teds, ctor> public method __construct ] {
- - Parameters [2] {
+ - Parameters [1] {
Parameter #0 [ <optional> iterable $iterator = [] ]
- Parameter #1 [ <optional> bool $preserveKeys = true ]
}
}
@@ -764,6 +805,13 @@ Extension [ <persistent> extension #82 teds version 0.3.0 ] {
- Return [ int ]
}
+ Method [ <internal:teds> public method isEmpty ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:teds> public method capacity ] {
- Parameters [0] {