diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 80 | 
1 files changed, 64 insertions, 16 deletions
| @@ -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] { | 
