summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION875
1 files changed, 738 insertions, 137 deletions
diff --git a/REFLECTION b/REFLECTION
index 964af7a..c3d3e93 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,7 +1,20 @@
-Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
+Extension [ <persistent> extension #103 xlswriter version 1.5.5 ] {
- - Classes [4] {
- Class [ <internal:xlswriter> class Vtiful\Kernel\Exception extends Exception implements Throwable ] {
+ - Functions {
+ Function [ <internal:xlswriter> function xlswriter_get_version ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:xlswriter> function xlswriter_get_author ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+
+ - Classes [6] {
+ Class [ <internal:xlswriter> class Vtiful\Kernel\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -13,67 +26,148 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
}
- Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
Class [ <internal:xlswriter> class Vtiful\Kernel\Excel ] {
- - Constants [7] {
- Constant [ public integer SKIP_NONE ] { 0 }
- Constant [ public integer SKIP_EMPTY_ROW ] { 1 }
- Constant [ public integer SKIP_EMPTY_CELLS ] { 2 }
- Constant [ public integer TYPE_INT ] { 2 }
- Constant [ public integer TYPE_DOUBLE ] { 4 }
- Constant [ public integer TYPE_STRING ] { 1 }
- Constant [ public integer TYPE_TIMESTAMP ] { 8 }
+ - Constants [53] {
+ Constant [ public int SKIP_NONE ] { 0 }
+ Constant [ public int SKIP_EMPTY_ROW ] { 1 }
+ Constant [ public int SKIP_HIDDEN_ROW ] { 8 }
+ Constant [ public int SKIP_EMPTY_CELLS ] { 2 }
+ Constant [ public int SKIP_EMPTY_VALUE ] { 256 }
+ Constant [ public int GRIDLINES_HIDE_ALL ] { 0 }
+ Constant [ public int GRIDLINES_SHOW_ALL ] { 3 }
+ Constant [ public int GRIDLINES_SHOW_PRINT ] { 2 }
+ Constant [ public int GRIDLINES_SHOW_SCREEN ] { 1 }
+ Constant [ public int PAPER_DEFAULT ] { 0 }
+ Constant [ public int PAPER_LETTER ] { 1 }
+ Constant [ public int PAPER_LETTER_SMALL ] { 2 }
+ Constant [ public int PAPER_TABLOID ] { 3 }
+ Constant [ public int PAPER_LEDGER ] { 4 }
+ Constant [ public int PAPER_LEGAL ] { 5 }
+ Constant [ public int PAPER_STATEMENT ] { 6 }
+ Constant [ public int PAPER_EXECUTIVE ] { 7 }
+ Constant [ public int PAPER_A3 ] { 8 }
+ Constant [ public int PAPER_A4 ] { 9 }
+ Constant [ public int PAPER_A4_SMALL ] { 10 }
+ Constant [ public int PAPER_A5 ] { 11 }
+ Constant [ public int PAPER_B4 ] { 12 }
+ Constant [ public int PAPER_B5 ] { 13 }
+ Constant [ public int PAPER_FOLIO ] { 14 }
+ Constant [ public int PAPER_QUARTO ] { 15 }
+ Constant [ public int PAPER_NOTE ] { 18 }
+ Constant [ public int PAPER_ENVELOPE_9 ] { 19 }
+ Constant [ public int PAPER_ENVELOPE_10 ] { 20 }
+ Constant [ public int PAPER_ENVELOPE_11 ] { 21 }
+ Constant [ public int PAPER_ENVELOPE_12 ] { 22 }
+ Constant [ public int PAPER_ENVELOPE_14 ] { 23 }
+ Constant [ public int PAPER_C_SIZE_SHEET ] { 24 }
+ Constant [ public int PAPER_D_SIZE_SHEET ] { 25 }
+ Constant [ public int PAPER_E_SIZE_SHEET ] { 26 }
+ Constant [ public int PAPER_ENVELOPE_DL ] { 27 }
+ Constant [ public int PAPER_ENVELOPE_C3 ] { 28 }
+ Constant [ public int PAPER_ENVELOPE_C4 ] { 29 }
+ Constant [ public int PAPER_ENVELOPE_C5 ] { 30 }
+ Constant [ public int PAPER_ENVELOPE_C6 ] { 31 }
+ Constant [ public int PAPER_ENVELOPE_C65 ] { 32 }
+ Constant [ public int PAPER_ENVELOPE_B4 ] { 33 }
+ Constant [ public int PAPER_ENVELOPE_B5 ] { 34 }
+ Constant [ public int PAPER_ENVELOPE_B6 ] { 35 }
+ Constant [ public int PAPER_ENVELOPE_1 ] { 36 }
+ Constant [ public int PAPER_MONARCH ] { 37 }
+ Constant [ public int PAPER_ENVELOPE_2 ] { 38 }
+ Constant [ public int PAPER_FANFOLD ] { 39 }
+ Constant [ public int PAPER_GERMAN_STD_FANFOLD ] { 40 }
+ Constant [ public int PAPER_GERMAN_LEGAL_FANFOLD ] { 41 }
+ Constant [ public int TYPE_INT ] { 2 }
+ Constant [ public int TYPE_DOUBLE ] { 4 }
+ Constant [ public int TYPE_STRING ] { 1 }
+ Constant [ public int TYPE_TIMESTAMP ] { 8 }
}
- Static properties [0] {
}
- - Static methods [2] {
+ - Static methods [3] {
Method [ <internal:xlswriter> static public method columnIndexFromString ] {
- Parameters [1] {
@@ -87,15 +181,22 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
Parameter #0 [ <required> $index ]
}
}
+
+ Method [ <internal:xlswriter> static public method timestampFromDateDouble ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
}
- Properties [3] {
- Property [ <default> private $config ]
- Property [ <default> private $fileName ]
- Property [ <default> private $read_row_type ]
+ Property [ private $config = NULL ]
+ Property [ private $fileName = NULL ]
+ Property [ private $read_row_type = NULL ]
}
- - Methods [25] {
+ - Methods [51] {
Method [ <internal:xlswriter, ctor> public method __construct ] {
- Parameters [1] {
@@ -103,11 +204,17 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
}
}
+ Method [ <internal:xlswriter> public method close ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:xlswriter> public method fileName ] {
- Parameters [2] {
Parameter #0 [ <required> $file_name ]
- Parameter #1 [ <optional> $sheet_name ]
+ Parameter #1 [ <optional> $sheet_name = <default> ]
}
}
@@ -118,6 +225,13 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
}
}
+ Method [ <internal:xlswriter> public method existSheet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $sheet_name ]
+ }
+ }
+
Method [ <internal:xlswriter> public method checkoutSheet ] {
- Parameters [1] {
@@ -125,18 +239,27 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
}
}
+ Method [ <internal:xlswriter> public method activateSheet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $sheet_name ]
+ }
+ }
+
Method [ <internal:xlswriter> public method constMemory ] {
- - Parameters [2] {
+ - Parameters [3] {
Parameter #0 [ <required> $file_name ]
- Parameter #1 [ <optional> $sheet_name ]
+ Parameter #1 [ <optional> $sheet_name = <default> ]
+ Parameter #2 [ <optional> $use_zip64 = <default> ]
}
}
Method [ <internal:xlswriter> public method header ] {
- - Parameters [1] {
+ - Parameters [2] {
Parameter #0 [ <required> $header ]
+ Parameter #1 [ <optional> $format_handle = <default> ]
}
}
@@ -148,9 +271,15 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
}
Method [ <internal:xlswriter> public method output ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:xlswriter> public method getHandle ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:xlswriter> public method autoFilter ] {
@@ -166,8 +295,18 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
Parameter #0 [ <required> $row ]
Parameter #1 [ <required> $column ]
Parameter #2 [ <required> $data ]
- Parameter #3 [ <required> $format ]
- Parameter #4 [ <required> $format_handle ]
+ Parameter #3 [ <optional> $format = <default> ]
+ Parameter #4 [ <optional> $format_handle = <default> ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method insertRichText ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $row ]
+ Parameter #1 [ <required> $column ]
+ Parameter #2 [ <required> $rich_strings ]
+ Parameter #3 [ <optional> $format_handle = <default> ]
}
}
@@ -177,8 +316,8 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
Parameter #0 [ <required> $row ]
Parameter #1 [ <required> $column ]
Parameter #2 [ <required> $timestamp ]
- Parameter #3 [ <required> $format ]
- Parameter #4 [ <required> $format_handle ]
+ Parameter #3 [ <optional> $format = <default> ]
+ Parameter #4 [ <optional> $format_handle = <default> ]
}
}
@@ -193,11 +332,13 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
Method [ <internal:xlswriter> public method insertUrl ] {
- - Parameters [4] {
+ - Parameters [6] {
Parameter #0 [ <required> $row ]
Parameter #1 [ <required> $column ]
Parameter #2 [ <required> $url ]
- Parameter #3 [ <required> $format ]
+ Parameter #3 [ <optional> $text = <default> ]
+ Parameter #4 [ <optional> $tool_tip = <default> ]
+ Parameter #5 [ <optional> $format = <default> ]
}
}
@@ -207,25 +348,42 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
Parameter #0 [ <required> $row ]
Parameter #1 [ <required> $column ]
Parameter #2 [ <required> $image ]
- Parameter #3 [ <optional> $width ]
- Parameter #4 [ <optional> $height ]
+ Parameter #3 [ <optional> $width = <default> ]
+ Parameter #4 [ <optional> $height = <default> ]
}
}
Method [ <internal:xlswriter> public method insertFormula ] {
- - Parameters [3] {
+ - Parameters [4] {
Parameter #0 [ <required> $row ]
Parameter #1 [ <required> $column ]
Parameter #2 [ <required> $formula ]
+ Parameter #3 [ <optional> $format_handle = <default> ]
+ }
+ }
+
+ 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 [2] {
+ - Parameters [3] {
Parameter #0 [ <required> $range ]
Parameter #1 [ <required> $data ]
+ Parameter #2 [ <optional> $format_handle = <default> ]
}
}
@@ -247,6 +405,111 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
}
}
+ Method [ <internal:xlswriter> public method getCurrentLine ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xlswriter> public method setCurrentLine ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $row ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method defaultFormat ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $format_handle ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method freezePanes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $row ]
+ Parameter #1 [ <required> $column ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method protection ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $password = <default> ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method validation ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $range ]
+ Parameter #1 [ <required> $validation_resource ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method zoom ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $scale ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method gridline ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $option ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method setPaper ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $paper ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method setMargins ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $left ]
+ Parameter #1 [ <required> $right ]
+ Parameter #2 [ <required> $top ]
+ Parameter #3 [ <required> $bottom ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method setPortrait ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xlswriter> public method setLandscape ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xlswriter> public method setPrintScale ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $scale = <default> ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method setCurrentSheetHide ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xlswriter> public method setCurrentSheetIsFirst ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:xlswriter> public method openFile ] {
- Parameters [1] {
@@ -256,8 +519,36 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
Method [ <internal:xlswriter> public method openSheet ] {
- - Parameters [1] {
- Parameter #0 [ <required> $zs_sheet_name ]
+ - Parameters [2] {
+ Parameter #0 [ <optional> $zs_sheet_name = <default> ]
+ Parameter #1 [ <optional> $zl_flag = <default> ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method putCSV ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <optional> $delimiter_str = <default> ]
+ Parameter #2 [ <optional> $enclosure_str = <default> ]
+ Parameter #3 [ <optional> $escape_str = <default> ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method putCSVCallback ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $callback ]
+ Parameter #1 [ <required> $fp ]
+ Parameter #2 [ <optional> $delimiter_str = <default> ]
+ Parameter #3 [ <optional> $enclosure_str = <default> ]
+ Parameter #4 [ <optional> $escape_str = <default> ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method sheetList ] {
+
+ - Parameters [0] {
}
}
@@ -268,17 +559,38 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
}
}
+ Method [ <internal:xlswriter> public method setGlobalType ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zv_type_t ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method setSkipRows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zv_skip_t ]
+ }
+ }
+
Method [ <internal:xlswriter> public method getSheetData ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:xlswriter> public method nextRow ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $zv_type_t = <default> ]
+ }
}
Method [ <internal:xlswriter> public method nextCellCallback ] {
- Parameters [2] {
Parameter #0 [ <required> $fci ]
- Parameter #1 [ <required> $sheet_name ]
+ Parameter #1 [ <optional> $sheet_name = <default> ]
}
}
}
@@ -286,71 +598,72 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
Class [ <internal:xlswriter> class Vtiful\Kernel\Format ] {
- - Constants [64] {
- Constant [ public integer UNDERLINE_SINGLE ] { 1 }
- Constant [ public integer UNDERLINE_DOUBLE ] { 2 }
- Constant [ public integer UNDERLINE_SINGLE_ACCOUNTING ] { 3 }
- Constant [ public integer UNDERLINE_DOUBLE_ACCOUNTING ] { 4 }
- Constant [ public integer FORMAT_ALIGN_LEFT ] { 1 }
- Constant [ public integer FORMAT_ALIGN_CENTER ] { 2 }
- Constant [ public integer FORMAT_ALIGN_RIGHT ] { 3 }
- Constant [ public integer FORMAT_ALIGN_FILL ] { 4 }
- Constant [ public integer FORMAT_ALIGN_JUSTIFY ] { 5 }
- Constant [ public integer FORMAT_ALIGN_CENTER_ACROSS ] { 6 }
- Constant [ public integer FORMAT_ALIGN_DISTRIBUTED ] { 7 }
- Constant [ public integer FORMAT_ALIGN_VERTICAL_TOP ] { 8 }
- Constant [ public integer FORMAT_ALIGN_VERTICAL_BOTTOM ] { 9 }
- Constant [ public integer FORMAT_ALIGN_VERTICAL_CENTER ] { 10 }
- Constant [ public integer FORMAT_ALIGN_VERTICAL_JUSTIFY ] { 11 }
- Constant [ public integer FORMAT_ALIGN_VERTICAL_DISTRIBUTED ] { 12 }
- Constant [ public integer COLOR_BLACK ] { 16777216 }
- Constant [ public integer COLOR_BLUE ] { 255 }
- Constant [ public integer COLOR_BROWN ] { 8388608 }
- Constant [ public integer COLOR_CYAN ] { 65535 }
- Constant [ public integer COLOR_GRAY ] { 8421504 }
- Constant [ public integer COLOR_GREEN ] { 32768 }
- Constant [ public integer COLOR_LIME ] { 65280 }
- Constant [ public integer COLOR_MAGENTA ] { 16711935 }
- Constant [ public integer COLOR_NAVY ] { 128 }
- Constant [ public integer COLOR_ORANGE ] { 16737792 }
- Constant [ public integer COLOR_PINK ] { 16711935 }
- Constant [ public integer COLOR_PURPLE ] { 8388736 }
- Constant [ public integer COLOR_RED ] { 16711680 }
- Constant [ public integer COLOR_SILVER ] { 12632256 }
- Constant [ public integer COLOR_WHITE ] { 16777215 }
- Constant [ public integer COLOR_YELLOW ] { 16776960 }
- Constant [ public integer PATTERN_NONE ] { 0 }
- Constant [ public integer PATTERN_SOLID ] { 1 }
- Constant [ public integer PATTERN_MEDIUM_GRAY ] { 2 }
- Constant [ public integer PATTERN_DARK_GRAY ] { 3 }
- Constant [ public integer PATTERN_LIGHT_GRAY ] { 4 }
- Constant [ public integer PATTERN_DARK_HORIZONTAL ] { 5 }
- Constant [ public integer PATTERN_DARK_VERTICAL ] { 6 }
- Constant [ public integer PATTERN_DARK_DOWN ] { 7 }
- Constant [ public integer PATTERN_DARK_UP ] { 8 }
- Constant [ public integer PATTERN_DARK_GRID ] { 9 }
- Constant [ public integer PATTERN_DARK_TRELLIS ] { 10 }
- Constant [ public integer PATTERN_LIGHT_HORIZONTAL ] { 11 }
- Constant [ public integer PATTERN_LIGHT_VERTICAL ] { 12 }
- Constant [ public integer PATTERN_LIGHT_DOWN ] { 13 }
- Constant [ public integer PATTERN_LIGHT_UP ] { 14 }
- Constant [ public integer PATTERN_LIGHT_GRID ] { 15 }
- 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 }
+ - Constants [65] {
+ Constant [ public int UNDERLINE_SINGLE ] { 1 }
+ Constant [ public int UNDERLINE_DOUBLE ] { 2 }
+ Constant [ public int UNDERLINE_SINGLE_ACCOUNTING ] { 3 }
+ Constant [ public int UNDERLINE_DOUBLE_ACCOUNTING ] { 4 }
+ Constant [ public int FORMAT_ALIGN_LEFT ] { 1 }
+ Constant [ public int FORMAT_ALIGN_CENTER ] { 2 }
+ Constant [ public int FORMAT_ALIGN_RIGHT ] { 3 }
+ Constant [ public int FORMAT_ALIGN_FILL ] { 4 }
+ Constant [ public int FORMAT_ALIGN_JUSTIFY ] { 5 }
+ Constant [ public int FORMAT_ALIGN_CENTER_ACROSS ] { 6 }
+ Constant [ public int FORMAT_ALIGN_DISTRIBUTED ] { 7 }
+ Constant [ public int FORMAT_ALIGN_VERTICAL_TOP ] { 8 }
+ Constant [ public int FORMAT_ALIGN_VERTICAL_BOTTOM ] { 9 }
+ Constant [ public int FORMAT_ALIGN_VERTICAL_CENTER ] { 10 }
+ Constant [ public int FORMAT_ALIGN_VERTICAL_JUSTIFY ] { 11 }
+ Constant [ public int FORMAT_ALIGN_VERTICAL_DISTRIBUTED ] { 12 }
+ Constant [ public int COLOR_BLACK ] { 16777216 }
+ Constant [ public int COLOR_BLUE ] { 255 }
+ Constant [ public int COLOR_BROWN ] { 8388608 }
+ Constant [ public int COLOR_CYAN ] { 65535 }
+ Constant [ public int COLOR_GRAY ] { 8421504 }
+ Constant [ public int COLOR_GREEN ] { 32768 }
+ Constant [ public int COLOR_LIME ] { 65280 }
+ Constant [ public int COLOR_MAGENTA ] { 16711935 }
+ Constant [ public int COLOR_NAVY ] { 128 }
+ Constant [ public int COLOR_ORANGE ] { 16737792 }
+ Constant [ public int COLOR_PINK ] { 16711935 }
+ Constant [ public int COLOR_PURPLE ] { 8388736 }
+ Constant [ public int COLOR_RED ] { 16711680 }
+ Constant [ public int COLOR_SILVER ] { 12632256 }
+ Constant [ public int COLOR_WHITE ] { 16777215 }
+ Constant [ public int COLOR_YELLOW ] { 16776960 }
+ Constant [ public int PATTERN_NONE ] { 0 }
+ Constant [ public int PATTERN_SOLID ] { 1 }
+ Constant [ public int PATTERN_MEDIUM_GRAY ] { 2 }
+ Constant [ public int PATTERN_DARK_GRAY ] { 3 }
+ Constant [ public int PATTERN_LIGHT_GRAY ] { 4 }
+ Constant [ public int PATTERN_DARK_HORIZONTAL ] { 5 }
+ Constant [ public int PATTERN_DARK_VERTICAL ] { 6 }
+ Constant [ public int PATTERN_DARK_DOWN ] { 7 }
+ Constant [ public int PATTERN_DARK_UP ] { 8 }
+ Constant [ public int PATTERN_DARK_GRID ] { 9 }
+ Constant [ public int PATTERN_DARK_TRELLIS ] { 10 }
+ Constant [ public int PATTERN_LIGHT_HORIZONTAL ] { 11 }
+ Constant [ public int PATTERN_LIGHT_VERTICAL ] { 12 }
+ Constant [ public int PATTERN_LIGHT_DOWN ] { 13 }
+ Constant [ public int PATTERN_LIGHT_UP ] { 14 }
+ Constant [ public int PATTERN_LIGHT_GRID ] { 15 }
+ Constant [ public int PATTERN_LIGHT_TRELLIS ] { 16 }
+ Constant [ public int PATTERN_GRAY_125 ] { 17 }
+ Constant [ public int PATTERN_GRAY_0625 ] { 18 }
+ Constant [ public int BORDER_NONE ] { 0 }
+ Constant [ public int BORDER_THIN ] { 1 }
+ Constant [ public int BORDER_MEDIUM ] { 2 }
+ Constant [ public int BORDER_DASHED ] { 3 }
+ Constant [ public int BORDER_DOTTED ] { 4 }
+ Constant [ public int BORDER_THICK ] { 5 }
+ Constant [ public int BORDER_DOUBLE ] { 6 }
+ Constant [ public int BORDER_HAIR ] { 7 }
+ Constant [ public int BORDER_MEDIUM_DASHED ] { 8 }
+ Constant [ public int BORDER_DASH_DOT ] { 9 }
+ Constant [ public int BORDER_MEDIUM_DASH_DOT ] { 10 }
+ Constant [ public int BORDER_DASH_DOT_DOT ] { 11 }
+ Constant [ public int BORDER_MEDIUM_DASH_DOT_DOT ] { 12 }
+ Constant [ public int BORDER_SLANT_DASH_DOT ] { 13 }
}
- Static properties [0] {
@@ -362,7 +675,7 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
- Properties [0] {
}
- - Methods [13] {
+ - Methods [18] {
Method [ <internal:xlswriter, ctor> public method __construct ] {
- Parameters [1] {
@@ -371,12 +684,21 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
}
Method [ <internal:xlswriter> public method wrap ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:xlswriter> public method bold ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:xlswriter> public method italic ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:xlswriter> public method border ] {
@@ -386,10 +708,37 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
}
}
+ 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] {
- Parameter #0 [ <required> $style ]
+ Parameter #0 [ <required> ...$style ]
}
}
@@ -407,6 +756,13 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
}
}
+ Method [ <internal:xlswriter> public method font ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $font ]
+ }
+ }
+
Method [ <internal:xlswriter> public method fontSize ] {
- Parameters [1] {
@@ -415,6 +771,9 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
}
Method [ <internal:xlswriter> public method strikeout ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:xlswriter> public method underline ] {
@@ -424,7 +783,16 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
}
}
+ Method [ <internal:xlswriter> public method unlocked ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:xlswriter> public method toResource ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:xlswriter> public method background ] {
@@ -439,34 +807,36 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
Class [ <internal:xlswriter> class Vtiful\Kernel\Chart ] {
- - 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_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 }
+ - Constants [29] {
+ Constant [ public int CHART_BAR ] { 4 }
+ Constant [ public int CHART_BAR_STACKED ] { 5 }
+ Constant [ public int CHART_BAR_STACKED_PERCENT ] { 6 }
+ Constant [ public int CHART_AREA ] { 1 }
+ Constant [ public int CHART_AREA_STACKED ] { 2 }
+ Constant [ public int CHART_AREA_STACKED_PERCENT ] { 3 }
+ Constant [ public int CHART_LINE ] { 11 }
+ Constant [ public int CHART_COLUMN ] { 7 }
+ Constant [ public int CHART_COLUMN_STACKED ] { 8 }
+ Constant [ public int CHART_COLUMN_STACKED_PERCENT ] { 9 }
+ Constant [ public int CHART_DOUGHNUT ] { 10 }
+ Constant [ public int CHART_PIE ] { 14 }
+ Constant [ public int CHART_SCATTER ] { 15 }
+ Constant [ public int CHART_SCATTER_STRAIGHT ] { 16 }
+ Constant [ public int CHART_SCATTER_STRAIGHT_WITH_MARKERS ] { 17 }
+ Constant [ public int CHART_SCATTER_SMOOTH ] { 18 }
+ Constant [ public int CHART_SCATTER_SMOOTH_WITH_MARKERS ] { 19 }
+ Constant [ public int CHART_RADAR ] { 20 }
+ Constant [ public int CHART_RADAR_WITH_MARKERS ] { 21 }
+ Constant [ public int CHART_RADAR_FILLED ] { 22 }
+ Constant [ public int CHART_LEGEND_NONE ] { 0 }
+ Constant [ public int CHART_LEGEND_RIGHT ] { 1 }
+ Constant [ public int CHART_LEGEND_LEFT ] { 2 }
+ Constant [ public int CHART_LEGEND_TOP ] { 3 }
+ 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] {
@@ -491,7 +861,7 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $value ]
- Parameter #1 [ <optional> $categories ]
+ Parameter #1 [ <optional> $categories = <default> ]
}
}
@@ -538,6 +908,237 @@ Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] {
}
Method [ <internal:xlswriter> public method toResource ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:xlswriter> class Vtiful\Kernel\Validation ] {
+
+ - Constants [27] {
+ Constant [ public int TYPE_INTEGER ] { 1 }
+ Constant [ public int TYPE_INTEGER_FORMULA ] { 2 }
+ Constant [ public int TYPE_DECIMAL ] { 3 }
+ Constant [ public int TYPE_DECIMAL_FORMULA ] { 4 }
+ Constant [ public int TYPE_LIST ] { 5 }
+ Constant [ public int TYPE_LIST_FORMULA ] { 6 }
+ Constant [ public int TYPE_DATE ] { 7 }
+ Constant [ public int TYPE_DATE_FORMULA ] { 8 }
+ Constant [ public int TYPE_DATE_NUMBER ] { 9 }
+ Constant [ public int TYPE_TIME ] { 10 }
+ Constant [ public int TYPE_TIME_FORMULA ] { 11 }
+ Constant [ public int TYPE_TIME_NUMBER ] { 12 }
+ Constant [ public int TYPE_LENGTH ] { 13 }
+ Constant [ public int TYPE_LENGTH_FORMULA ] { 14 }
+ Constant [ public int TYPE_CUSTOM_FORMULA ] { 15 }
+ Constant [ public int TYPE_ANY ] { 16 }
+ Constant [ public int CRITERIA_BETWEEN ] { 1 }
+ Constant [ public int CRITERIA_NOT_BETWEEN ] { 2 }
+ Constant [ public int CRITERIA_EQUAL_TO ] { 3 }
+ Constant [ public int CRITERIA_NOT_EQUAL_TO ] { 4 }
+ Constant [ public int CRITERIA_GREATER_THAN ] { 5 }
+ Constant [ public int CRITERIA_LESS_THAN ] { 6 }
+ Constant [ public int CRITERIA_GREATER_THAN_OR_EQUAL_TO ] { 7 }
+ Constant [ public int CRITERIA_LESS_THAN_OR_EQUAL_TO ] { 8 }
+ Constant [ public int ERROR_TYPE_STOP ] { 0 }
+ Constant [ public int ERROR_TYPE_WARNING ] { 1 }
+ Constant [ public int ERROR_TYPE_INFORMATION ] { 2 }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [23] {
+ Method [ <internal:xlswriter, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xlswriter> public method validationType ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $type ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method criteriaType ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $type ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method ignoreBlank ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ignore_blank ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method showInput ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $show_input ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method showError ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $show_error ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method errorType ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $error_type ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method dropdown ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $dropdown ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method valueNumber ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value_number ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method valueFormula ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value_formula ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method valueList ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value_list ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method valueDatetime ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $timestamp ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method minimumNumber ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $minimum_number ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method minimumFormula ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $minimum_formula ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method minimumDatetime ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $timestamp ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method maximumNumber ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $maximum_number ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method maximumFormula ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $maximum_formula ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method maximumDatetime ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $maximum_datetime ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method inputTitle ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $input_title ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method inputMessage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $input_message ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method errorTitle ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $error_titile ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method errorMessage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $error_message ]
+ }
+ }
+
+ Method [ <internal:xlswriter> public method toResource ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:xlswriter> class Vtiful\Kernel\RichString ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:xlswriter, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $text ]
+ Parameter #1 [ <optional> $format_handle = <default> ]
+ }
}
}
}