From 1e349f7676bc19757a64e27f4e53aa1cdb4f3701 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 27 Oct 2016 07:06:52 +0200 Subject: php-pecl-pdflib: switch the spec --- REFLECTION | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 703b23c..22614eb 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #113 PDFlib version 3.0.4 ] { +Extension [ extension #107 PDFlib version 4.0.0 ] { - Functions { Function [ function pdf_activate_item ] { @@ -316,7 +316,7 @@ Extension [ extension #113 PDFlib version 3.0.4 ] { } - Classes [2] { - Class [ class PDFlibException extends Exception ] { + Class [ class PDFlibException extends Exception implements Throwable ] { - Constants [0] { } @@ -335,7 +335,7 @@ Extension [ extension #113 PDFlib version 3.0.4 ] { Property [ protected $apiname ] } - - Methods [12] { + - Methods [13] { Method [ public method get_apiname ] { } @@ -354,28 +354,31 @@ Extension [ extension #113 PDFlib version 3.0.4 ] { } } - Method [ final public method getMessage ] { + Method [ public method __wakeup ] { } - Method [ final public method getCode ] { + Method [ final public method getMessage ] { } - Method [ final public method getFile ] { + Method [ final public method getCode ] { } - Method [ final public method getLine ] { + Method [ final public method getFile ] { } - Method [ final public method getTrace ] { + Method [ final public method getLine ] { } - Method [ final public method getPrevious ] { + Method [ final public method getTrace ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getPrevious ] { } - Method [ public method __toString ] { + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } } @@ -394,7 +397,7 @@ Extension [ extension #113 PDFlib version 3.0.4 ] { - Properties [0] { } - - Methods [131] { + - Methods [132] { Method [ final public method activate_item ] { } @@ -787,6 +790,9 @@ Extension [ extension #113 PDFlib version 3.0.4 ] { Method [ final public method show_boxed ] { } + + Method [ final public method __destruct ] { + } } } } -- cgit