Table of Contents
Constants
-
SCOPE_MOBILE
= 'mobile'
-
SCOPE_WEB
= 'web'
Methods
-
getId()
: int
-
getImageUrl()
: string|null
-
getRecordName()
: string|null
-
getRendererName()
: string
-
getScope()
: string|null
-
getSort()
: int|null
-
getSource()
: string
-
getTitle()
: string|null
-
setId()
: self
-
setImageUrl()
: self
-
setRecordName()
: self
-
setScope()
: self
-
setScopeMobile()
: self
-
setScopeWeb()
: self
-
setSort()
: self
-
setSource()
: self
-
setTitle()
: self
-
toArray()
: array<string|int, mixed>
SCOPE_MOBILE
public
mixed
SCOPE_MOBILE
= 'mobile'
SCOPE_WEB
public
mixed
SCOPE_WEB
= 'web'
getId()
public
getId() : int
getImageUrl()
public
getImageUrl() : string|null
Return values
string|null
getRecordName()
public
getRecordName() : string|null
Return values
string|null
getRendererName()
public
getRendererName() : string
getScope()
public
getScope() : string|null
Return values
string|null
getSort()
public
getSort() : int|null
getSource()
public
getSource() : string
getTitle()
public
getTitle() : string|null
Return values
string|null
setId()
public
setId([int $id = 0 ]) : self
Parameters
-
$id
: int
= 0
-
setImageUrl()
public
setImageUrl(string|null $imageUrl) : self
Parameters
-
$imageUrl
: string|null
-
setRecordName()
public
setRecordName(string|null $recordName) : self
Parameters
-
$recordName
: string|null
-
setScope()
public
setScope(string|null $scope) : self
Parameters
-
$scope
: string|null
-
setScopeMobile()
public
setScopeMobile() : self
setScopeWeb()
public
setScopeWeb() : self
setSort()
public
setSort(int|null $sort) : self
Parameters
-
$sort
: int|null
-
setSource()
public
setSource([string $source = '' ]) : self
Parameters
-
$source
: string
= ''
-
setTitle()
public
setTitle(string|null $title) : self
Parameters
-
$title
: string|null
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>