From d66e1038203fad9d83582ba47c9d046b92d9a4d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Jul 2018 07:07:31 +0200 Subject: v1.2.2 --- REFLECTION | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 3ccac6b..11e4099 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #169 xlswriter version 1.2.1 ] { +Extension [ extension #169 xlswriter version 1.2.2 ] { - Classes [3] { Class [ class Vtiful\Kernel\Exception extends Exception implements Throwable ] { @@ -190,17 +190,29 @@ Extension [ extension #169 xlswriter version 1.2.1 ] { Class [ class Vtiful\Kernel\Format ] { - - Constants [4] { + - Constants [16] { 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 } + Constant [ public integer FORMAT_ALIGN_LEFT ] { 1 } + Constant [ public integer FORMAT_ALIGN_CENTER ] { 2 } + Constant [ public integer FORMAT_ALIGN_RIGHT ] { 3 } + Constant [ public integer FORMAT_ALIGN_FILL ] { 4 } + Constant [ public integer FORMAT_ALIGN_JUSTIFY ] { 5 } + Constant [ public integer FORMAT_ALIGN_CENTER_ACROSS ] { 6 } + Constant [ public integer FORMAT_ALIGN_DISTRIBUTED ] { 7 } + Constant [ public integer FORMAT_ALIGN_VERTICAL_TOP ] { 8 } + Constant [ public integer FORMAT_ALIGN_VERTICAL_BOTTOM ] { 9 } + Constant [ public integer FORMAT_ALIGN_VERTICAL_CENTER ] { 10 } + Constant [ public integer FORMAT_ALIGN_VERTICAL_JUSTIFY ] { 11 } + Constant [ public integer FORMAT_ALIGN_VERTICAL_DISTRIBUTED ] { 12 } } - Static properties [0] { } - - Static methods [3] { + - Static methods [4] { Method [ static public method bold ] { - Parameters [1] { @@ -217,8 +229,17 @@ Extension [ extension #169 xlswriter version 1.2.1 ] { Method [ static public method underline ] { - - Parameters [1] { + - Parameters [2] { + Parameter #0 [ $handle ] + Parameter #1 [ $style ] + } + } + + Method [ static public method align ] { + + - Parameters [2] { Parameter #0 [ $handle ] + Parameter #1 [ $style ] } } } -- cgit