Table of Contents
Constants
-
SCOPE_MOBILE
= 'mobile'
-
SCOPE_WEB
= 'web'
-
STATE_AI_LOADING
= 'ai-loading'
-
STATE_AI_SUCCESS
= 'ai-success'
-
STATE_DEFAULT
= 'default'
-
STATE_DISABLED
= 'disabled'
-
STATE_HIDDEN
= 'hidden'
-
STATE_LOADING
= 'loading'
-
STATE_LOCKED
= 'locked'
Methods
-
__construct()
: mixed
-
getAction()
: Action|null
-
getHideIfReadonly()
: bool|null
-
getProps()
: array<string|int, mixed>|null
-
getScope()
: string|null
-
getSort()
: int|null
-
getState()
: string|null
-
getTitle()
: string
-
getTooltip()
: string|null
-
setAction()
: self
-
setHideIfReadonly()
: self
-
setProps()
: self
-
setScope()
: self
-
setScopeMobile()
: self
-
setScopeWeb()
: self
-
setSort()
: self
-
setState()
: self
-
setStateDisabled()
: self
-
setStateHidden()
: self
-
setTooltip()
: self
-
toArray()
: array<string|int, mixed>
SCOPE_MOBILE
public
mixed
SCOPE_MOBILE
= 'mobile'
SCOPE_WEB
public
mixed
SCOPE_WEB
= 'web'
STATE_AI_LOADING
public
mixed
STATE_AI_LOADING
= 'ai-loading'
STATE_AI_SUCCESS
public
mixed
STATE_AI_SUCCESS
= 'ai-success'
STATE_DEFAULT
public
mixed
STATE_DEFAULT
= 'default'
STATE_DISABLED
public
mixed
STATE_DISABLED
= 'disabled'
STATE_HIDDEN
public
mixed
STATE_HIDDEN
= 'hidden'
STATE_LOADING
public
mixed
STATE_LOADING
= 'loading'
STATE_LOCKED
public
mixed
STATE_LOCKED
= 'locked'
__construct()
public
__construct(string $title) : mixed
Parameters
-
$title
: string
-
getAction()
public
getAction() : Action|null
getHideIfReadonly()
public
getHideIfReadonly() : bool|null
getProps()
public
getProps() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
getScope()
public
getScope() : string|null
Return values
string|null
getSort()
public
getSort() : int|null
getState()
public
getState() : string|null
Return values
string|null
getTitle()
public
getTitle() : string
public
getTooltip() : string|null
Return values
string|null
setAction()
public
setAction(Action|null $action) : self
Parameters
-
$action
: Action|null
-
setHideIfReadonly()
public
setHideIfReadonly([bool|null $hideIfReadonly = true ]) : self
Parameters
-
$hideIfReadonly
: bool|null
= true
-
setProps()
public
setProps(array<string|int, mixed>|null $props) : self
Parameters
-
$props
: array<string|int, mixed>|null
-
setScope()
public
setScope(string|null $scope) : self
Parameters
-
$scope
: string|null
-
setScopeMobile()
public
setScopeMobile() : self
setScopeWeb()
public
setScopeWeb() : self
setSort()
public
setSort(int $sort) : self
Parameters
-
$sort
: int
-
setState()
public
setState(string|null $state) : self
Parameters
-
$state
: string|null
-
setStateDisabled()
public
setStateDisabled() : self
setStateHidden()
public
setStateHidden() : self
public
setTooltip(string|null $hint) : self
Parameters
-
$hint
: string|null
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>