diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..e617353 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,118 @@ +Extension [ <persistent> extension #161 wkhtmltox version 0.3.2-dev ] { + + - INI { + Entry [ wkhtmltox.graphics <PERDIR,SYSTEM> ] + Current = '0' + } + } + + - Classes [3] { + Class [ <internal:wkhtmltox> class WKHTMLTOX\PDF\Converter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:wkhtmltox> static public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:wkhtmltox, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $settings ] + } + } + + Method [ <internal:wkhtmltox> public method add ] { + + - Parameters [1] { + Parameter #0 [ <required> wkhtmltox\PDF\Object $object ] + } + } + + Method [ <internal:wkhtmltox> public method convert ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + } + } + + Class [ <internal:wkhtmltox> class WKHTMLTOX\PDF\Object ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:wkhtmltox, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> string $data ] + Parameter #1 [ <optional> array or NULL $settings ] + } + } + } + } + + Class [ <internal:wkhtmltox> class WKHTMLTOX\Image\Converter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:wkhtmltox> static public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:wkhtmltox, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <optional> string or NULL $buffer ] + Parameter #1 [ <optional> array $settings ] + } + } + + Method [ <internal:wkhtmltox> public method convert ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + } + } + } +} + |