summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-07-21 08:41:53 +0200
committerRemi Collet <fedora@famillecollet.com>2014-07-21 08:41:53 +0200
commit0b65c3553f8a82a08776df5f30d3636a0f7e8a64 (patch)
tree6539247a624aa8b85eb0459eeae3fb1fc17dbab6 /REFLECTION
parent5c3913de6da5553387c273b201c240d15b9ea53b (diff)
php-pecl-qb: 2.4.0 (stable)
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION61
1 files changed, 60 insertions, 1 deletions
diff --git a/REFLECTION b/REFLECTION
index df8445b..4680475 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #117 qb version 2.3.0 ] {
+Extension [ <persistent> extension #123 qb version 2.4.0 ] {
- INI {
Entry [ qb.allow_native_compilation <SYSTEM> ]
@@ -55,6 +55,9 @@ Extension [ <persistent> extension #117 qb version 2.3.0 ] {
Entry [ qb.tab_width <ALL> ]
Current = '4'
}
+ Entry [ qb.error_exception <ALL> ]
+ Current = '0'
+ }
}
- Constants [6] {
@@ -72,5 +75,61 @@ Extension [ <persistent> extension #117 qb version 2.3.0 ] {
Function [ <internal:qb> function qb_extract ] {
}
}
+
+ - Classes [1] {
+ Class [ <internal:qb> class QBException extends Exception ] {
+
+ - 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 [9] {
+ Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+ }
}