Table of Contents
Constants
-
SCOPE_MOBILE
= 'mobile'
-
SCOPE_WEB
= 'web'
Methods
-
getAction()
: Action|null
-
getCompactMode()
: bool
-
getEmptyState()
: string|null
-
getRendererName()
: string
-
getScope()
: string|null
-
getSelectorTitle()
: string|null
-
getSort()
: int|null
-
getValue()
: array<string|int, mixed>|null
-
getValuesList()
: array<string|int, mixed>|null
-
setAction()
: self
-
setCompactMode()
: self
-
setEmptyState()
: self
-
setIcon()
: self
-
setScope()
: self
-
setScopeMobile()
: self
-
setScopeWeb()
: self
-
setSelectorTitle()
: self
-
setSort()
: self
-
setValue()
: self
-
setValuesList()
: self
-
toArray()
: array<string|int, mixed>
SCOPE_MOBILE
public
mixed
SCOPE_MOBILE
= 'mobile'
SCOPE_WEB
public
mixed
SCOPE_WEB
= 'web'
getAction()
public
getAction() : Action|null
getCompactMode()
public
getCompactMode() : bool
getEmptyState()
public
getEmptyState() : string|null
Return values
string|null
getRendererName()
public
getRendererName() : string
getScope()
public
getScope() : string|null
Return values
string|null
getSelectorTitle()
public
getSelectorTitle() : string|null
Return values
string|null
getSort()
public
getSort() : int|null
getValue()
public
getValue() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
getValuesList()
public
getValuesList() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
setAction()
public
setAction(Action|null $action) : self
Parameters
-
$action
: Action|null
-
setCompactMode()
public
setCompactMode([bool $value = true ]) : self
Parameters
-
$value
: bool
= true
-
setEmptyState()
public
setEmptyState(string|null $emptyState) : self
Parameters
-
$emptyState
: string|null
-
setIcon()
public
setIcon(string|null $icon) : self
Parameters
-
$icon
: string|null
-
setScope()
public
setScope(string|null $scope) : self
Parameters
-
$scope
: string|null
-
setScopeMobile()
public
setScopeMobile() : self
setScopeWeb()
public
setScopeWeb() : self
setSelectorTitle()
public
setSelectorTitle(string|null $selectorTitle) : self
Parameters
-
$selectorTitle
: string|null
-
setSort()
public
setSort(int|null $sort) : self
Parameters
-
$sort
: int|null
-
setValue()
public
setValue(array<string|int, mixed>|null $value) : self
Parameters
-
$value
: array<string|int, mixed>|null
-
setValuesList()
public
setValuesList(array<string|int, mixed>|null $valuesList) : self
Parameters
-
$valuesList
: array<string|int, mixed>|null
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>