diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 29 |
1 files changed, 25 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #169 xlswriter version 1.2.1 ] { +Extension [ <persistent> extension #169 xlswriter version 1.2.2 ] { - Classes [3] { Class [ <internal:xlswriter> class Vtiful\Kernel\Exception extends Exception implements Throwable ] { @@ -190,17 +190,29 @@ Extension [ <persistent> extension #169 xlswriter version 1.2.1 ] { Class [ <internal:xlswriter> 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 [ <internal:xlswriter> static public method bold ] { - Parameters [1] { @@ -217,8 +229,17 @@ Extension [ <persistent> extension #169 xlswriter version 1.2.1 ] { Method [ <internal:xlswriter> static public method underline ] { - - Parameters [1] { + - Parameters [2] { + Parameter #0 [ <required> $handle ] + Parameter #1 [ <required> $style ] + } + } + + Method [ <internal:xlswriter> static public method align ] { + + - Parameters [2] { Parameter #0 [ <required> $handle ] + Parameter #1 [ <required> $style ] } } } |