From cfda1fff16405cb376cc0663fdbb0d74ff8e2c88 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Oct 2021 16:34:26 +0200 Subject: update to 1.5.1 --- REFLECTION | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 53 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 5c7744f..dc308f5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #107 xlswriter version 1.4.0 ] { +Extension [ extension #111 xlswriter version 1.5.1 ] { - Functions { Function [ function xlswriter_get_version ] { @@ -13,7 +13,7 @@ Extension [ extension #107 xlswriter version 1.4.0 ] { } } - - Classes [5] { + - Classes [6] { Class [ class Vtiful\Kernel\Exception extends Exception implements Throwable ] { - Constants [0] { @@ -161,7 +161,7 @@ Extension [ extension #107 xlswriter version 1.4.0 ] { Property [ private $read_row_type ] } - - Methods [47] { + - Methods [50] { Method [ public method __construct ] { - Parameters [1] { @@ -213,9 +213,10 @@ Extension [ extension #107 xlswriter version 1.4.0 ] { Method [ public method constMemory ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $file_name ] Parameter #1 [ $sheet_name ] + Parameter #2 [ $use_zip64 ] } } @@ -264,6 +265,16 @@ Extension [ extension #107 xlswriter version 1.4.0 ] { } } + Method [ public method insertRichText ] { + + - Parameters [4] { + Parameter #0 [ $row ] + Parameter #1 [ $column ] + Parameter #2 [ $rich_strings ] + Parameter #3 [ $format_handle ] + } + } + Method [ public method insertDate ] { - Parameters [5] { @@ -359,6 +370,19 @@ Extension [ extension #107 xlswriter version 1.4.0 ] { } } + Method [ public method getCurrentLine ] { + + - Parameters [0] { + } + } + + Method [ public method setCurrentLine ] { + + - Parameters [1] { + Parameter #0 [ $row ] + } + } + Method [ public method defaultFormat ] { - Parameters [1] { @@ -1024,6 +1048,31 @@ Extension [ extension #107 xlswriter version 1.4.0 ] { } } } + + Class [ class Vtiful\Kernel\RichString ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $text ] + Parameter #1 [ $format_handle ] + } + } + } + } } } -- cgit