From 2544b6b8169062e66853561e4cd80d0936c5fc0d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Nov 2019 15:39:11 +0100 Subject: v1.3.2 --- REFLECTION | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index e5c8eea..a11b38f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #174 xlswriter version 1.3.1 ] { +Extension [ extension #174 xlswriter version 1.3.2 ] { - Classes [4] { Class [ class Vtiful\Kernel\Exception extends Exception implements Throwable ] { @@ -60,10 +60,14 @@ Extension [ extension #174 xlswriter version 1.3.1 ] { Class [ class Vtiful\Kernel\Excel ] { - - Constants [7] { + - Constants [11] { Constant [ public integer SKIP_NONE ] { 0 } Constant [ public integer SKIP_EMPTY_ROW ] { 1 } Constant [ public integer SKIP_EMPTY_CELLS ] { 2 } + Constant [ public integer GRIDLINES_HIDE_ALL ] { 0 } + Constant [ public integer GRIDLINES_SHOW_ALL ] { 3 } + Constant [ public integer GRIDLINES_SHOW_PRINT ] { 2 } + Constant [ public integer GRIDLINES_SHOW_SCREEN ] { 1 } Constant [ public integer TYPE_INT ] { 2 } Constant [ public integer TYPE_DOUBLE ] { 4 } Constant [ public integer TYPE_STRING ] { 1 } @@ -95,7 +99,7 @@ Extension [ extension #174 xlswriter version 1.3.1 ] { Property [ private $read_row_type ] } - - Methods [26] { + - Methods [30] { Method [ public method __construct ] { - Parameters [1] { @@ -255,6 +259,20 @@ Extension [ extension #174 xlswriter version 1.3.1 ] { } } + Method [ public method zoom ] { + + - Parameters [1] { + Parameter #0 [ $scale ] + } + } + + Method [ public method gridline ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + } + Method [ public method openFile ] { - Parameters [1] { @@ -269,6 +287,16 @@ Extension [ extension #174 xlswriter version 1.3.1 ] { } } + Method [ public method putCSV ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + + Method [ public method sheetList ] { + } + Method [ public method setType ] { - Parameters [1] { -- cgit