From 8edae9b46a6a059ebcf923da26597d5030038df0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 2 Jan 2021 07:07:30 +0100 Subject: update to 1.3.7 drop patch merged upstream --- REFLECTION | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 77 insertions(+), 15 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a68290f..f4b9a13 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,17 @@ -Extension [ extension #104 xlswriter version 1.3.6 ] { +Extension [ extension #106 xlswriter version 1.3.7 ] { + + - Functions { + Function [ function xlswriter_get_version ] { + + - Parameters [0] { + } + } + Function [ function xlswriter_get_author ] { + + - Parameters [0] { + } + } + } - Classes [4] { Class [ class Vtiful\Kernel\Exception extends Exception implements Throwable ] { @@ -60,9 +73,10 @@ Extension [ extension #104 xlswriter version 1.3.6 ] { Class [ class Vtiful\Kernel\Excel ] { - - Constants [12] { + - Constants [13] { Constant [ public int SKIP_NONE ] { 0 } Constant [ public int SKIP_EMPTY_ROW ] { 1 } + Constant [ public int SKIP_HIDDEN_ROW ] { 8 } Constant [ public int SKIP_EMPTY_CELLS ] { 2 } Constant [ public int SKIP_EMPTY_VALUE ] { 256 } Constant [ public int GRIDLINES_HIDE_ALL ] { 0 } @@ -107,7 +121,7 @@ Extension [ extension #104 xlswriter version 1.3.6 ] { Property [ private $read_row_type ] } - - Methods [36] { + - Methods [42] { Method [ public method __construct ] { - Parameters [1] { @@ -192,8 +206,8 @@ Extension [ extension #104 xlswriter version 1.3.6 ] { Parameter #0 [ $row ] Parameter #1 [ $column ] Parameter #2 [ $data ] - Parameter #3 [ $format ] - Parameter #4 [ $format_handle ] + Parameter #3 [ $format ] + Parameter #4 [ $format_handle ] } } @@ -203,8 +217,8 @@ Extension [ extension #104 xlswriter version 1.3.6 ] { Parameter #0 [ $row ] Parameter #1 [ $column ] Parameter #2 [ $timestamp ] - Parameter #3 [ $format ] - Parameter #4 [ $format_handle ] + Parameter #3 [ $format ] + Parameter #4 [ $format_handle ] } } @@ -219,11 +233,13 @@ Extension [ extension #104 xlswriter version 1.3.6 ] { Method [ public method insertUrl ] { - - Parameters [4] { + - Parameters [6] { Parameter #0 [ $row ] Parameter #1 [ $column ] Parameter #2 [ $url ] - Parameter #3 [ $format ] + Parameter #3 [ $text ] + Parameter #4 [ $tool_tip ] + Parameter #5 [ $format ] } } @@ -305,6 +321,13 @@ Extension [ extension #104 xlswriter version 1.3.6 ] { } } + Method [ public method protection ] { + + - Parameters [1] { + Parameter #0 [ $password ] + } + } + Method [ public method zoom ] { - Parameters [1] { @@ -319,6 +342,30 @@ Extension [ extension #104 xlswriter version 1.3.6 ] { } } + Method [ public method setPrintedPortrait ] { + + - Parameters [0] { + } + } + + Method [ public method setPrintedLandscape ] { + + - Parameters [0] { + } + } + + Method [ public method setCurrentSheetHide ] { + + - Parameters [0] { + } + } + + Method [ public method setCurrentSheetIsFirst ] { + + - Parameters [0] { + } + } + Method [ public method openFile ] { - Parameters [1] { @@ -328,8 +375,9 @@ Extension [ extension #104 xlswriter version 1.3.6 ] { Method [ public method openSheet ] { - - Parameters [1] { - Parameter #0 [ $zs_sheet_name ] + - Parameters [2] { + Parameter #0 [ $zs_sheet_name ] + Parameter #1 [ $zl_flag ] } } @@ -367,6 +415,13 @@ Extension [ extension #104 xlswriter version 1.3.6 ] { } } + Method [ public method setGlobalType ] { + + - Parameters [1] { + Parameter #0 [ $zv_type_t ] + } + } + Method [ public method setSkipRows ] { - Parameters [1] { @@ -391,7 +446,7 @@ Extension [ extension #104 xlswriter version 1.3.6 ] { - Parameters [2] { Parameter #0 [ $fci ] - Parameter #1 [ $sheet_name ] + Parameter #1 [ $sheet_name ] } } } @@ -399,7 +454,7 @@ Extension [ extension #104 xlswriter version 1.3.6 ] { Class [ class Vtiful\Kernel\Format ] { - - Constants [64] { + - Constants [65] { Constant [ public int UNDERLINE_SINGLE ] { 1 } Constant [ public int UNDERLINE_DOUBLE ] { 2 } Constant [ public int UNDERLINE_SINGLE_ACCOUNTING ] { 3 } @@ -451,6 +506,7 @@ Extension [ extension #104 xlswriter version 1.3.6 ] { Constant [ public int PATTERN_LIGHT_TRELLIS ] { 16 } Constant [ public int PATTERN_GRAY_125 ] { 17 } Constant [ public int PATTERN_GRAY_0625 ] { 18 } + Constant [ public int BORDER_NONE ] { 0 } Constant [ public int BORDER_THIN ] { 1 } Constant [ public int BORDER_MEDIUM ] { 2 } Constant [ public int BORDER_DASHED ] { 3 } @@ -475,7 +531,7 @@ Extension [ extension #104 xlswriter version 1.3.6 ] { - Properties [0] { } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -511,7 +567,7 @@ Extension [ extension #104 xlswriter version 1.3.6 ] { Method [ public method align ] { - Parameters [1] { - Parameter #0 [ $style ] + Parameter #0 [ ...$style ] } } @@ -556,6 +612,12 @@ Extension [ extension #104 xlswriter version 1.3.6 ] { } } + Method [ public method unlocked ] { + + - Parameters [0] { + } + } + Method [ public method toResource ] { - Parameters [0] { -- cgit