ContentBlock extends Base
AbstractYes
Table of Contents
Constants
- SCOPE_MOBILE = 'mobile'
- SCOPE_WEB = 'web'
Methods
- getRendererName() : string
- getScope() : string|null
- getSort() : int|null
- setScope() : self
- setScopeMobile() : self
- setScopeWeb() : self
- setSort() : self
- toArray() : array<string|int, mixed>
Constants
SCOPE_MOBILE
public
mixed
SCOPE_MOBILE
= 'mobile'
SCOPE_WEB
public
mixed
SCOPE_WEB
= 'web'
Methods
getRendererName()
public
abstract getRendererName() : string
Return values
stringgetScope()
public
getScope() : string|null
Return values
string|nullgetSort()
public
getSort() : int|null
Return values
int|nullsetScope()
public
setScope(string|null $scope) : self
Parameters
- $scope : string|null
Return values
selfsetScopeMobile()
public
setScopeMobile() : self
Return values
selfsetScopeWeb()
public
setScopeWeb() : self
Return values
selfsetSort()
public
setSort(int|null $sort) : self
Parameters
- $sort : int|null
Return values
selftoArray()
public
toArray() : array<string|int, mixed>