summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-03-14 16:20:33 +0100
committerRemi Collet <remi@remirepo.net>2019-03-14 16:20:33 +0100
commit23f2f19feff8cbe58faef9f7bdf1e54dce53ed74 (patch)
tree39e241af4b25d898846cffede5d54c5362a8dbc2 /REFLECTION
parentcb406fda1219d8af8d7c6faf7430606997c2d5e5 (diff)
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
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION59
1 files changed, 59 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION
index 96af1b7..862c7ed 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -14,5 +14,64 @@ Extension [ <persistent> extension #73 ahocorasick version 2.0 ] {
Function [ <internal:ahocorasick> function ahocorasick_add_patterns ] {
}
}
+
+ - Classes [1] {
+ Class [ <internal:ahocorasick> class AhoException extends Exception implements Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ }
+ }
+ }
+ }
}