From 0b65c3553f8a82a08776df5f30d3636a0f7e8a64 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Jul 2014 08:41:53 +0200 Subject: php-pecl-qb: 2.4.0 (stable) --- REFLECTION | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index df8445b..4680475 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 qb version 2.3.0 ] { +Extension [ extension #123 qb version 2.4.0 ] { - INI { Entry [ qb.allow_native_compilation ] @@ -55,6 +55,9 @@ Extension [ extension #117 qb version 2.3.0 ] { Entry [ qb.tab_width ] Current = '4' } + Entry [ qb.error_exception ] + Current = '0' + } } - Constants [6] { @@ -72,5 +75,61 @@ Extension [ extension #117 qb version 2.3.0 ] { Function [ function qb_extract ] { } } + + - Classes [1] { + Class [ class QBException extends Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + 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