From 90ccf56eaaad8573717286706e1c25e95bc5cad1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Jun 2020 07:04:45 +0200 Subject: update to 1.3.6 --- REFLECTION | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 35eeaae..0d446c2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #101 xlswriter version 1.3.5 ] { +Extension [ extension #102 xlswriter version 1.3.6 ] { - Classes [4] { Class [ class Vtiful\Kernel\Exception extends Exception implements Throwable ] { @@ -78,7 +78,7 @@ Extension [ extension #101 xlswriter version 1.3.5 ] { - Static properties [0] { } - - Static methods [2] { + - Static methods [3] { Method [ static public method columnIndexFromString ] { - Parameters [1] { @@ -92,6 +92,13 @@ Extension [ extension #101 xlswriter version 1.3.5 ] { Parameter #0 [ $index ] } } + + Method [ static public method timestampFromDateDouble ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } } - Properties [3] { @@ -100,7 +107,7 @@ Extension [ extension #101 xlswriter version 1.3.5 ] { Property [ private $read_row_type ] } - - Methods [34] { + - Methods [36] { Method [ public method __construct ] { - Parameters [1] { @@ -241,6 +248,21 @@ Extension [ extension #101 xlswriter version 1.3.5 ] { } } + Method [ public method insertComment ] { + + - Parameters [3] { + Parameter #0 [ $row ] + Parameter #1 [ $column ] + Parameter #2 [ $comment ] + } + } + + Method [ public method showComment ] { + + - Parameters [0] { + } + } + Method [ public method mergeCells ] { - Parameters [3] { @@ -552,7 +574,7 @@ Extension [ extension #101 xlswriter version 1.3.5 ] { Class [ class Vtiful\Kernel\Chart ] { - - Constants [27] { + - Constants [29] { Constant [ public int CHART_BAR ] { 4 } Constant [ public int CHART_BAR_STACKED ] { 5 } Constant [ public int CHART_BAR_STACKED_PERCENT ] { 6 } @@ -580,6 +602,8 @@ Extension [ extension #101 xlswriter version 1.3.5 ] { Constant [ public int CHART_LEGEND_BOTTOM ] { 4 } Constant [ public int CHART_LEGEND_OVERLAY_RIGHT ] { 6 } Constant [ public int CHART_LEGEND_OVERLAY_LEFT ] { 7 } + Constant [ public int CHART_LINE_STACKED ] { 12 } + Constant [ public int CHART_LINE_STACKED_PERCENT ] { 13 } } - Static properties [0] { -- cgit