diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-10-27 07:06:52 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-10-27 07:06:52 +0200 |
commit | 1e349f7676bc19757a64e27f4e53aa1cdb4f3701 (patch) | |
tree | a41ff23252ed2338655998b44231f5596765c946 /REFLECTION | |
parent | b06c3f0b6bfd66a0c4a2d7bf94bd5182c836ab38 (diff) |
php-pecl-pdflib: switch the spec
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 30 |
1 files changed, 18 insertions, 12 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #113 PDFlib version 3.0.4 ] { +Extension [ <persistent> extension #107 PDFlib version 4.0.0 ] { - Functions { Function [ <internal:PDFlib> function pdf_activate_item ] { @@ -316,7 +316,7 @@ Extension [ <persistent> extension #113 PDFlib version 3.0.4 ] { } - Classes [2] { - Class [ <internal:PDFlib> class PDFlibException extends Exception ] { + Class [ <internal:PDFlib> class PDFlibException extends Exception implements Throwable ] { - Constants [0] { } @@ -335,7 +335,7 @@ Extension [ <persistent> extension #113 PDFlib version 3.0.4 ] { Property [ <default> protected $apiname ] } - - Methods [12] { + - Methods [13] { Method [ <internal:PDFlib> public method get_apiname ] { } @@ -354,28 +354,31 @@ Extension [ <persistent> extension #113 PDFlib version 3.0.4 ] { } } - Method [ <internal:Core, inherits Exception> final public method getMessage ] { + Method [ <internal:Core, inherits Exception> public method __wakeup ] { } - Method [ <internal:Core, inherits Exception> final public method getCode ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { } - Method [ <internal:Core, inherits Exception> final public method getFile ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { } - Method [ <internal:Core, inherits Exception> final public method getLine ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { } - Method [ <internal:Core, inherits Exception> final public method getTrace ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { } - Method [ <internal:Core, inherits Exception> final public method getPrevious ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { } - Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { } - Method [ <internal:Core, inherits Exception> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { } } } @@ -394,7 +397,7 @@ Extension [ <persistent> extension #113 PDFlib version 3.0.4 ] { - Properties [0] { } - - Methods [131] { + - Methods [132] { Method [ <internal:PDFlib> final public method activate_item ] { } @@ -787,6 +790,9 @@ Extension [ <persistent> extension #113 PDFlib version 3.0.4 ] { Method [ <internal:PDFlib> final public method show_boxed ] { } + + Method [ <internal:PDFlib, dtor> final public method __destruct ] { + } } } } |