DashboardSettings
extends Settings
Table of Contents
Constants
-
MODE_EXCEL
= 'excel'
-
MODE_HTML
= 'html'
Methods
-
__construct()
: mixed
-
getEditUrl()
: string
-
getID()
: string
-
getViewUrl()
: string
-
isCanRead()
: bool
-
isCanWrite()
: bool
-
isExcelMode()
: bool
-
isHtmlMode()
: bool
-
setMode()
: void
MODE_EXCEL
public
mixed
MODE_EXCEL
= 'excel'
MODE_HTML
public
mixed
MODE_HTML
= 'html'
__construct()
public
__construct(array<string|int, mixed> $params) : mixed
Parameters
-
$params
: array<string|int, mixed>
-
getEditUrl()
public
getEditUrl() : string
getID()
public
getID() : string
getViewUrl()
public
getViewUrl() : string
isCanRead()
public
isCanRead() : bool
isCanWrite()
public
isCanWrite() : bool
isExcelMode()
public
isExcelMode() : bool
isHtmlMode()
public
isHtmlMode() : bool
setMode()
public
setMode(string $mode) : void
Parameters
-
$mode
: string
-