From 4b37598a2a2e0057f8ffe8af02cfe5c7854620a3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 25 May 2018 08:41:38 +0200 Subject: New package --- REFLECTION | 225 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 225 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..ea88508 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,225 @@ +Extension [ extension #169 xlswriter version 1.0.0 ] { + + - Classes [3] { + Class [ class Vtiful\Kernel\Exception extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + 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 ] { + } + } + } + + Class [ class Vtiful\Kernel\Excel ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ private $config ] + Property [ private $fileName ] + } + + - Methods [14] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + } + + Method [ public method fileName ] { + + - Parameters [1] { + Parameter #0 [ $file_name ] + } + } + + Method [ public method constMemory ] { + + - Parameters [1] { + Parameter #0 [ $file_name ] + } + } + + Method [ public method header ] { + + - Parameters [1] { + Parameter #0 [ $header ] + } + } + + Method [ public method data ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method output ] { + } + + Method [ public method getHandle ] { + } + + Method [ public method autoFilter ] { + + - Parameters [1] { + Parameter #0 [ $range ] + } + } + + Method [ public method insertText ] { + + - Parameters [4] { + Parameter #0 [ $row ] + Parameter #1 [ $column ] + Parameter #2 [ $data ] + Parameter #3 [ $format ] + } + } + + Method [ public method insertImage ] { + + - Parameters [3] { + Parameter #0 [ $row ] + Parameter #1 [ $column ] + Parameter #2 [ $image ] + } + } + + Method [ public method insertFormula ] { + + - Parameters [3] { + Parameter #0 [ $row ] + Parameter #1 [ $column ] + Parameter #2 [ $formula ] + } + } + + Method [ public method mergeCells ] { + + - Parameters [2] { + Parameter #0 [ $range ] + Parameter #1 [ $data ] + } + } + + Method [ public method setColumn ] { + + - Parameters [3] { + Parameter #0 [ $format_handle ] + Parameter #1 [ $range ] + Parameter #2 [ $width ] + } + } + + Method [ public method setRow ] { + + - Parameters [3] { + Parameter #0 [ $format_handle ] + Parameter #1 [ $range ] + Parameter #2 [ $height ] + } + } + } + } + + Class [ class Vtiful\Kernel\Format ] { + + - Constants [4] { + Constant [ public integer UNDERLINE_SINGLE ] { 1 } + Constant [ public integer UNDERLINE_DOUBLE ] { 2 } + Constant [ public integer UNDERLINE_SINGLE_ACCOUNTING ] { 3 } + Constant [ public integer UNDERLINE_DOUBLE_ACCOUNTING ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [3] { + Method [ static public method bold ] { + + - Parameters [1] { + Parameter #0 [ $handle ] + } + } + + Method [ static public method italic ] { + + - Parameters [1] { + Parameter #0 [ $handle ] + } + } + + Method [ static public method underline ] { + + - Parameters [1] { + Parameter #0 [ $handle ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + } +} + -- cgit