Table of Contents
Constants
-
NEGATIVE
= 'negative'
-
NEUTRAL
= 'neutral'
-
POSITIVE
= 'positive'
-
SCOPE_MOBILE
= 'mobile'
-
SCOPE_WEB
= 'web'
Methods
-
getMark()
: string|null
-
getRendererName()
: string
-
getScope()
: string|null
-
getSort()
: int|null
-
getText()
: string|null
-
setMark()
: self
-
setScope()
: self
-
setScopeMobile()
: self
-
setScopeWeb()
: self
-
setSort()
: self
-
setText()
: self
-
toArray()
: array<string|int, mixed>
NEGATIVE
public
mixed
NEGATIVE
= 'negative'
NEUTRAL
public
mixed
NEUTRAL
= 'neutral'
POSITIVE
public
mixed
POSITIVE
= 'positive'
SCOPE_MOBILE
public
mixed
SCOPE_MOBILE
= 'mobile'
SCOPE_WEB
public
mixed
SCOPE_WEB
= 'web'
getMark()
public
getMark() : string|null
Return values
string|null
getRendererName()
public
getRendererName() : string
getScope()
public
getScope() : string|null
Return values
string|null
getSort()
public
getSort() : int|null
getText()
public
getText() : string|null
Return values
string|null
setMark()
public
setMark(string|null $mark) : self
Parameters
-
$mark
: 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
-
setText()
public
setText(string|null $text) : self
Parameters
-
$text
: string|null
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>