From a079bb263323bc3315711529ee3b78a3b3609899 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Sep 2019 09:05:54 +0200 Subject: - update to 1.2.9 - drop patch merged upstream - add fix for 32-bit build from https://github.com/viest/php-ext-excel-export/pull/173 https://github.com/viest/php-ext-excel-export/pull/174 --- REFLECTION | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index b9dab38..354a197 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #173 xlswriter version 1.2.8 ] { +Extension [ extension #173 xlswriter version 1.2.9 ] { - Classes [4] { Class [ class Vtiful\Kernel\Exception extends Exception implements Throwable ] { @@ -60,7 +60,10 @@ Extension [ extension #173 xlswriter version 1.2.8 ] { Class [ class Vtiful\Kernel\Excel ] { - - Constants [4] { + - Constants [7] { + Constant [ public integer SKIP_NONE ] { 0 } + Constant [ public integer SKIP_EMPTY_ROW ] { 1 } + Constant [ public integer SKIP_EMPTY_CELLS ] { 2 } Constant [ public integer TYPE_INT ] { 2 } Constant [ public integer TYPE_DOUBLE ] { 4 } Constant [ public integer TYPE_STRING ] { 1 } @@ -73,12 +76,13 @@ Extension [ extension #173 xlswriter version 1.2.8 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ private $config ] Property [ private $fileName ] + Property [ private $read_row_type ] } - - Methods [23] { + - Methods [25] { Method [ public method __construct ] { - Parameters [1] { @@ -244,11 +248,26 @@ Extension [ extension #173 xlswriter version 1.2.8 ] { } } + Method [ public method setType ] { + + - Parameters [1] { + Parameter #0 [ $zv_type_t ] + } + } + Method [ public method getSheetData ] { } Method [ public method nextRow ] { } + + Method [ public method nextCellCallback ] { + + - Parameters [2] { + Parameter #0 [ $fci ] + Parameter #1 [ $sheet_name ] + } + } } } -- cgit