summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION32
1 files changed, 28 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index 35eeaae..0d446c2 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #101 xlswriter version 1.3.5 ] {
+Extension [ <persistent> extension #102 xlswriter version 1.3.6 ] {
- Classes [4] {
Class [ <internal:xlswriter> class Vtiful\Kernel\Exception extends Exception implements Throwable ] {
@@ -78,7 +78,7 @@ Extension [ <persistent> extension #101 xlswriter version 1.3.5 ] {
- Static properties [0] {
}
- - Static methods [2] {
+ - Static methods [3] {
Method [ <internal:xlswriter> static public method columnIndexFromString ] {
- Parameters [1] {
@@ -92,6 +92,13 @@ Extension [ <persistent> extension #101 xlswriter version 1.3.5 ] {
Parameter #0 [ <required> $index ]
}
}
+
+ Method [ <internal:xlswriter> static public method timestampFromDateDouble ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
}
- Properties [3] {
@@ -100,7 +107,7 @@ Extension [ <persistent> extension #101 xlswriter version 1.3.5 ] {
Property [ <default> private $read_row_type ]
}
- - Methods [34] {
+ - Methods [36] {
Method [ <internal:xlswriter, ctor> public method __construct ] {
- Parameters [1] {
@@ -241,6 +248,21 @@ Extension [ <persistent> extension #101 xlswriter version 1.3.5 ] {
}
}
+ Method [ <internal:xlswriter> public method insertComment ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $row ]
+ Parameter #1 [ <required> $column ]
+ Parameter #2 [ <required> $comment ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method showComment ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:xlswriter> public method mergeCells ] {
- Parameters [3] {
@@ -552,7 +574,7 @@ Extension [ <persistent> extension #101 xlswriter version 1.3.5 ] {
Class [ <internal:xlswriter> 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 [ <persistent> 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] {