summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION63
1 files changed, 57 insertions, 6 deletions
diff --git a/REFLECTION b/REFLECTION
index 8eec230..181a818 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #173 xlswriter version 1.2.6 ] {
+Extension [ <persistent> extension #173 xlswriter version 1.2.7 ] {
- Classes [4] {
Class [ <internal:xlswriter> class Vtiful\Kernel\Exception extends Exception implements Throwable ] {
@@ -219,7 +219,7 @@ Extension [ <persistent> extension #173 xlswriter version 1.2.6 ] {
Class [ <internal:xlswriter> 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 [ <persistent> 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 [ <persistent> extension #173 xlswriter version 1.2.6 ] {
- Properties [0] {
}
- - Methods [12] {
+ - Methods [13] {
Method [ <internal:xlswriter, ctor> public method __construct ] {
- Parameters [1] {
@@ -299,6 +312,13 @@ Extension [ <persistent> extension #173 xlswriter version 1.2.6 ] {
Method [ <internal:xlswriter> public method italic ] {
}
+ Method [ <internal:xlswriter> public method border ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $style ]
+ }
+ }
+
Method [ <internal:xlswriter> public method align ] {
- Parameters [1] {
@@ -352,10 +372,34 @@ Extension [ <persistent> extension #173 xlswriter version 1.2.6 ] {
Class [ <internal:xlswriter> 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 [ <persistent> extension #173 xlswriter version 1.2.6 ] {
- Properties [0] {
}
- - Methods [8] {
+ - Methods [9] {
Method [ <internal:xlswriter, ctor> public method __construct ] {
- Parameters [2] {
@@ -419,6 +463,13 @@ Extension [ <persistent> extension #173 xlswriter version 1.2.6 ] {
}
}
+ Method [ <internal:xlswriter> public method legendSetPosition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $type ]
+ }
+ }
+
Method [ <internal:xlswriter> public method toResource ] {
}
}