From 5b3d8f1973662218ba5b83c65fbe5fff1bbabd40 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Sep 2019 16:57:16 +0200 Subject: v1.2.7 --- REFLECTION | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 57 insertions(+), 6 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 8eec230..181a818 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #173 xlswriter version 1.2.6 ] { +Extension [ extension #173 xlswriter version 1.2.7 ] { - Classes [4] { Class [ class Vtiful\Kernel\Exception extends Exception implements Throwable ] { @@ -219,7 +219,7 @@ Extension [ extension #173 xlswriter version 1.2.6 ] { Class [ class Vtiful\Kernel\Format ] { - - Constants [51] { + - Constants [64] { Constant [ public integer UNDERLINE_SINGLE ] { 1 } Constant [ public integer UNDERLINE_DOUBLE ] { 2 } Constant [ public integer UNDERLINE_SINGLE_ACCOUNTING ] { 3 } @@ -271,6 +271,19 @@ Extension [ extension #173 xlswriter version 1.2.6 ] { Constant [ public integer PATTERN_LIGHT_TRELLIS ] { 16 } Constant [ public integer PATTERN_GRAY_125 ] { 17 } Constant [ public integer PATTERN_GRAY_0625 ] { 18 } + Constant [ public integer BORDER_THIN ] { 1 } + Constant [ public integer BORDER_MEDIUM ] { 2 } + Constant [ public integer BORDER_DASHED ] { 3 } + Constant [ public integer BORDER_DOTTED ] { 4 } + Constant [ public integer BORDER_THICK ] { 5 } + Constant [ public integer BORDER_DOUBLE ] { 6 } + Constant [ public integer BORDER_HAIR ] { 7 } + Constant [ public integer BORDER_MEDIUM_DASHED ] { 8 } + Constant [ public integer BORDER_DASH_DOT ] { 9 } + Constant [ public integer BORDER_MEDIUM_DASH_DOT ] { 10 } + Constant [ public integer BORDER_DASH_DOT_DOT ] { 11 } + Constant [ public integer BORDER_MEDIUM_DASH_DOT_DOT ] { 12 } + Constant [ public integer BORDER_SLANT_DASH_DOT ] { 13 } } - Static properties [0] { @@ -282,7 +295,7 @@ Extension [ extension #173 xlswriter version 1.2.6 ] { - Properties [0] { } - - Methods [12] { + - Methods [13] { Method [ public method __construct ] { - Parameters [1] { @@ -299,6 +312,13 @@ Extension [ extension #173 xlswriter version 1.2.6 ] { Method [ public method italic ] { } + Method [ public method border ] { + + - Parameters [1] { + Parameter #0 [ $style ] + } + } + Method [ public method align ] { - Parameters [1] { @@ -352,10 +372,34 @@ Extension [ extension #173 xlswriter version 1.2.6 ] { Class [ class Vtiful\Kernel\Chart ] { - - Constants [3] { + - Constants [27] { + Constant [ public integer CHART_BAR ] { 4 } + Constant [ public integer CHART_BAR_STACKED ] { 5 } + Constant [ public integer CHART_BAR_STACKED_PERCENT ] { 6 } + Constant [ public integer CHART_AREA ] { 1 } + Constant [ public integer CHART_AREA_STACKED ] { 2 } + Constant [ public integer CHART_AREA_STACKED_PERCENT ] { 3 } Constant [ public integer CHART_LINE ] { 11 } Constant [ public integer CHART_COLUMN ] { 7 } - Constant [ public integer CHART_AREA ] { 1 } + Constant [ public integer CHART_COLUMN_STACKED ] { 8 } + Constant [ public integer CHART_COLUMN_STACKED_PERCENT ] { 9 } + Constant [ public integer CHART_DOUGHNUT ] { 10 } + Constant [ public integer CHART_PIE ] { 12 } + Constant [ public integer CHART_SCATTER ] { 13 } + Constant [ public integer CHART_SCATTER_STRAIGHT ] { 14 } + Constant [ public integer CHART_SCATTER_STRAIGHT_WITH_MARKERS ] { 15 } + Constant [ public integer CHART_SCATTER_SMOOTH ] { 16 } + Constant [ public integer CHART_SCATTER_SMOOTH_WITH_MARKERS ] { 17 } + Constant [ public integer CHART_RADAR ] { 18 } + Constant [ public integer CHART_RADAR_WITH_MARKERS ] { 19 } + Constant [ public integer CHART_RADAR_FILLED ] { 20 } + Constant [ public integer CHART_LEGEND_NONE ] { 0 } + Constant [ public integer CHART_LEGEND_RIGHT ] { 1 } + Constant [ public integer CHART_LEGEND_LEFT ] { 2 } + Constant [ public integer CHART_LEGEND_TOP ] { 3 } + Constant [ public integer CHART_LEGEND_BOTTOM ] { 4 } + Constant [ public integer CHART_LEGEND_OVERLAY_RIGHT ] { 6 } + Constant [ public integer CHART_LEGEND_OVERLAY_LEFT ] { 7 } } - Static properties [0] { @@ -367,7 +411,7 @@ Extension [ extension #173 xlswriter version 1.2.6 ] { - Properties [0] { } - - Methods [8] { + - Methods [9] { Method [ public method __construct ] { - Parameters [2] { @@ -419,6 +463,13 @@ Extension [ extension #173 xlswriter version 1.2.6 ] { } } + Method [ public method legendSetPosition ] { + + - Parameters [1] { + Parameter #0 [ $type ] + } + } + Method [ public method toResource ] { } } -- cgit