Table of Contents
Constants
-
SCOPE_MOBILE
= 'mobile'
-
SCOPE_WEB
= 'web'
Methods
-
getMessage()
: string|null
-
getRendererName()
: string
-
getScope()
: string|null
-
getSort()
: int|null
-
isIncoming()
: bool
-
setIsIncoming()
: self
-
setMessage()
: self
-
setScope()
: self
-
setScopeMobile()
: self
-
setScopeWeb()
: self
-
setSort()
: self
-
toArray()
: array<string|int, mixed>
SCOPE_MOBILE
public
mixed
SCOPE_MOBILE
= 'mobile'
SCOPE_WEB
public
mixed
SCOPE_WEB
= 'web'
getMessage()
public
getMessage() : string|null
Return values
string|null
getRendererName()
public
getRendererName() : string
getScope()
public
getScope() : string|null
Return values
string|null
getSort()
public
getSort() : int|null
isIncoming()
public
isIncoming() : bool
setIsIncoming()
public
setIsIncoming(bool $isIncoming) : self
Parameters
-
$isIncoming
: bool
-
setMessage()
public
setMessage(string|null $message) : self
Parameters
-
$message
: 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
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>