From 2136fbc0059791934e61f54b9673677945cec33c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 May 2022 08:03:00 +0200 Subject: update to 0.1.1 open https://github.com/ace411/php-trie-ext/issues/6 bad archive open https://github.com/ace411/php-trie-ext/issues/7 bad version --- REFLECTION | 274 +++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 187 insertions(+), 87 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 3379c68..452ebc6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #91 php_trie version 0.1.0 ] { +Extension [ extension #120 php_trie version 0.1.1 ] { - Dependencies { Dependency [ json (Required) ] @@ -6,6 +6,9 @@ Extension [ extension #91 php_trie version 0.1.0 ] { - Functions { Function [ function __construct ] { + + - Parameters [0] { + } } Function [ static function fromArray ] { @@ -16,58 +19,78 @@ Extension [ extension #91 php_trie version 0.1.0 ] { Function [ function insert ] { - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $entry ] + Parameter #0 [ mixed $key ] + Parameter #1 [ mixed $entry ] } + - Return [ void ] } - Function [ function keyExists ] { + Function [ function search ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ mixed $key ] } + - Return [ mixed ] } - Function [ function search ] { + Function [ function size ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [0] { } + - Return [ int ] } - Function [ function erase ] { + Function [ function toArray ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [0] { } + - Return [ array ] } - Function [ function size ] { - } - Function [ function offsetSet ] { + Function [ function jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $entry ] + - Parameters [0] { } + - Return [ mixed ] } - Function [ function offsetGet ] { + Function [ function keyExists ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ mixed $key ] } + - Return [ bool ] } Function [ function offsetExists ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ mixed $key ] } + - Return [ bool ] } Function [ function offsetUnset ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ mixed $key ] } + - Return [ void ] } - Function [ function toArray ] { + Function [ function erase ] { + + - Parameters [1] { + Parameter #0 [ mixed $key ] + } + - Return [ void ] } - Function [ function jsonSerialize ] { + Function [ function offsetSet ] { + + - Parameters [2] { + Parameter #0 [ mixed $key ] + Parameter #1 [ mixed $entry ] + } + - Return [ void ] + } + Function [ function offsetGet ] { + + - Parameters [1] { + Parameter #0 [ mixed $key ] + } + - Return [ mixed ] } Function [ function prefixSearch ] { @@ -119,73 +142,96 @@ Extension [ extension #91 php_trie version 0.1.0 ] { - Methods [16] { Method [ public method __construct ] { + + - Parameters [0] { + } } Method [ public method insert ] { - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $entry ] + Parameter #0 [ mixed $key ] + Parameter #1 [ mixed $entry ] } + - Return [ void ] } - Method [ public method keyExists ] { + Method [ public method search ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ mixed $key ] } + - Return [ mixed ] } - Method [ public method search ] { + Method [ public method size ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method erase ] { + Method [ public method toArray ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method size ] { - } - - Method [ public method offsetSet ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $entry ] + - Parameters [0] { } + - Return [ mixed ] } - Method [ public method offsetGet ] { + Method [ public method keyExists ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ mixed $key ] } + - Return [ bool ] } Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ mixed $key ] } + - Return [ bool ] } Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ mixed $key ] } + - Return [ void ] } - Method [ public method toArray ] { + Method [ public method erase ] { + + - Parameters [1] { + Parameter #0 [ mixed $key ] + } + - Return [ void ] } - Method [ public method jsonSerialize ] { + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ mixed $key ] + Parameter #1 [ mixed $entry ] + } + - Return [ void ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ mixed $key ] + } + - Return [ mixed ] } Method [ public method prefixSearch ] { @@ -265,42 +311,71 @@ Extension [ extension #91 php_trie version 0.1.0 ] { } Method [ public method size ] { + + - Parameters [0] { + } + - Return [ int ] } - Method [ public method filter ] { + Method [ public method toArray ] { - - Parameters [1] { - Parameter #0 [ callable $func ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method insert ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $entry ] + - Parameters [0] { } + - Return [ mixed ] } Method [ public method keyExists ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ mixed $key ] } + - Return [ bool ] } - Method [ public method search ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ mixed $key ] } + - Return [ bool ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ mixed $key ] + } + - Return [ void ] } Method [ public method erase ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ mixed $key ] } + - Return [ void ] + } + + Method [ public method filter ] { + + - Parameters [1] { + Parameter #0 [ callable $func ] + } + } + + Method [ public method search ] { + + - Parameters [1] { + Parameter #0 [ mixed $key ] + } + - Return [ mixed ] } Method [ public method prefixSearch ] { @@ -331,39 +406,30 @@ Extension [ extension #91 php_trie version 0.1.0 ] { } } - Method [ public method offsetSet ] { + Method [ public method insert ] { - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $entry ] + Parameter #0 [ mixed $key ] + Parameter #1 [ mixed $entry ] } + - Return [ void ] } - Method [ public method offsetGet ] { - - - Parameters [1] { - Parameter #0 [ $key ] - } - } - - Method [ public method offsetExists ] { + Method [ public method offsetSet ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [2] { + Parameter #0 [ mixed $key ] + Parameter #1 [ mixed $entry ] } + - Return [ void ] } - Method [ public method offsetUnset ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ mixed $key ] } - } - - Method [ public method toArray ] { - } - - Method [ public method jsonSerialize ] { + - Return [ mixed ] } Method [ public method merge ] { @@ -376,7 +442,7 @@ Extension [ extension #91 php_trie version 0.1.0 ] { } } - Class [ class TrieException extends RuntimeException implements Throwable ] { + Class [ class TrieException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -388,47 +454,81 @@ Extension [ extension #91 php_trie version 0.1.0 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } -- cgit