From ff1c2518bddb4c55bac3633b46b602576b9b8563 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Mar 2023 16:41:56 +0100 Subject: update to 1.5.3 drop patch merged upstream add another patch for PHP 8.2 from https://github.com/viest/php-ext-xlswriter/pull/470 --- REFLECTION | 45 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 40 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 79463f0..4a6db45 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #103 xlswriter version 1.5.2 ] { +Extension [ extension #103 xlswriter version 1.5.3 ] { - Functions { Function [ function xlswriter_get_version ] { @@ -28,8 +28,8 @@ Extension [ 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 [ extension #103 xlswriter version 1.5.2 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -195,7 +196,7 @@ Extension [ extension #103 xlswriter version 1.5.2 ] { Property [ private $read_row_type = NULL ] } - - Methods [50] { + - Methods [51] { Method [ public method __construct ] { - Parameters [1] { @@ -490,6 +491,13 @@ Extension [ extension #103 xlswriter version 1.5.2 ] { } } + Method [ public method setPrintScale ] { + + - Parameters [1] { + Parameter #0 [ $scale = ] + } + } + Method [ public method setCurrentSheetHide ] { - Parameters [0] { @@ -667,7 +675,7 @@ Extension [ extension #103 xlswriter version 1.5.2 ] { - Properties [0] { } - - Methods [15] { + - Methods [18] { Method [ public method __construct ] { - Parameters [1] { @@ -700,6 +708,33 @@ Extension [ extension #103 xlswriter version 1.5.2 ] { } } + Method [ public method borderOfTheFourSides ] { + + - Parameters [4] { + Parameter #0 [ $top ] + Parameter #1 [ $right ] + Parameter #2 [ $bottom ] + Parameter #3 [ $left ] + } + } + + Method [ public method borderColor ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method borderColorOfTheFourSides ] { + + - Parameters [4] { + Parameter #0 [ $top_color ] + Parameter #1 [ $right_color ] + Parameter #2 [ $bottom_color ] + Parameter #3 [ $left_color ] + } + } + Method [ public method align ] { - Parameters [1] { -- cgit