Settings
Table of Contents
Constants
- MODE_EXCEL = 'excel'
- MODE_HTML = 'html'
Methods
- __construct() : mixed
- getID() : string
- isExcelMode() : bool
- isHtmlMode() : bool
- setMode() : void
Constants
MODE_EXCEL
public
mixed
MODE_EXCEL
= 'excel'
MODE_HTML
public
mixed
MODE_HTML
= 'html'
Methods
__construct()
public
__construct(array<string|int, mixed> $params) : mixed
Parameters
- $params : array<string|int, mixed>
getID()
public
getID() : string
Return values
stringisExcelMode()
public
isExcelMode() : bool
Return values
boolisHtmlMode()
public
isHtmlMode() : bool
Return values
boolsetMode()
public
setMode(string $mode) : void
Parameters
- $mode : string