summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION45
1 files changed, 40 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index 79463f0..4a6db45 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #103 xlswriter version 1.5.2 ] {
+Extension [ <persistent> extension #103 xlswriter version 1.5.3 ] {
- Functions {
Function [ <internal:xlswriter> function xlswriter_get_version ] {
@@ -28,8 +28,8 @@ Extension [ <persistent> extension #103 xlswriter version 1.5.2 ] {
- Properties [4] {
Property [ protected $message = '' ]
Property [ protected $code = 0 ]
- Property [ protected $file = NULL ]
- Property [ protected $line = NULL ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
}
- Methods [10] {
@@ -46,6 +46,7 @@ Extension [ <persistent> extension #103 xlswriter version 1.5.2 ] {
- Parameters [0] {
}
+ - Tentative return [ void ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
@@ -195,7 +196,7 @@ Extension [ <persistent> extension #103 xlswriter version 1.5.2 ] {
Property [ private $read_row_type = NULL ]
}
- - Methods [50] {
+ - Methods [51] {
Method [ <internal:xlswriter, ctor> public method __construct ] {
- Parameters [1] {
@@ -490,6 +491,13 @@ Extension [ <persistent> extension #103 xlswriter version 1.5.2 ] {
}
}
+ Method [ <internal:xlswriter> public method setPrintScale ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $scale = <default> ]
+ }
+ }
+
Method [ <internal:xlswriter> public method setCurrentSheetHide ] {
- Parameters [0] {
@@ -667,7 +675,7 @@ Extension [ <persistent> extension #103 xlswriter version 1.5.2 ] {
- Properties [0] {
}
- - Methods [15] {
+ - Methods [18] {
Method [ <internal:xlswriter, ctor> public method __construct ] {
- Parameters [1] {
@@ -700,6 +708,33 @@ Extension [ <persistent> extension #103 xlswriter version 1.5.2 ] {
}
}
+ Method [ <internal:xlswriter> public method borderOfTheFourSides ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $top ]
+ Parameter #1 [ <required> $right ]
+ Parameter #2 [ <required> $bottom ]
+ Parameter #3 [ <required> $left ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method borderColor ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $color ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method borderColorOfTheFourSides ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $top_color ]
+ Parameter #1 [ <required> $right_color ]
+ Parameter #2 [ <required> $bottom_color ]
+ Parameter #3 [ <required> $left_color ]
+ }
+ }
+
Method [ <internal:xlswriter> public method align ] {
- Parameters [1] {