From 3a9adb2b641e4f15e6e5a7682e93f3e636ae0c65 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 12 Nov 2017 10:00:46 +0100 Subject: New package --- REFLECTION | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..e617353 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,118 @@ +Extension [ extension #161 wkhtmltox version 0.3.2-dev ] { + + - INI { + Entry [ wkhtmltox.graphics ] + Current = '0' + } + } + + - Classes [3] { + Class [ class WKHTMLTOX\PDF\Converter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $settings ] + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ wkhtmltox\PDF\Object $object ] + } + } + + Method [ public method convert ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + } + } + + Class [ class WKHTMLTOX\PDF\Object ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $data ] + Parameter #1 [ array or NULL $settings ] + } + } + } + } + + Class [ class WKHTMLTOX\Image\Converter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $buffer ] + Parameter #1 [ array $settings ] + } + } + + Method [ public method convert ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + } + } + } +} + -- cgit