summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
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 ] {
+ }
+ }
+ }
+ }
}