From 23f2f19feff8cbe58faef9f7bdf1e54dce53ed74 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 14 Mar 2019 16:20:33 +0100 Subject: update to 0.0.3 open https://github.com/ph4r05/php_aho_corasick/pull/11 fix error: format not a string literal and no format arguments --- REFLECTION | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 96af1b7..862c7ed 100644 --- a/REFLECTION +++ b/REFLECTION @@ -14,5 +14,64 @@ Extension [ extension #73 ahocorasick version 2.0 ] { Function [ function ahocorasick_add_patterns ] { } } + + - Classes [1] { + Class [ class AhoException extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + } } -- cgit