Table of Contents
Constants
-
SCOPE_MOBILE
= 'mobile'
-
SCOPE_WEB
= 'web'
Methods
-
addListItem()
: self
-
getContactList()
: array<string|int, mixed>
-
getListItems()
: array<string|int, mixed>
-
getRendererName()
: string
-
getScope()
: string|null
-
getSort()
: int|null
-
getTitle()
: string
-
setContactList()
: void
-
setScope()
: self
-
setScopeMobile()
: self
-
setScopeWeb()
: self
-
setSort()
: self
-
setTitle()
: void
-
toArray()
: array<string|int, mixed>
SCOPE_MOBILE
public
mixed
SCOPE_MOBILE
= 'mobile'
SCOPE_WEB
public
mixed
SCOPE_WEB
= 'web'
addListItem()
public
addListItem(LineOfTextBlocks $contactBlock) : self
Parameters
-
$contactBlock
: LineOfTextBlocks
-
public
getContactList() : array<string|int, mixed>
Return values
array<string|int, mixed>
getListItems()
public
getListItems() : array<string|int, mixed>
Return values
array<string|int, mixed>
getRendererName()
public
getRendererName() : string
getScope()
public
getScope() : string|null
Return values
string|null
getSort()
public
getSort() : int|null
getTitle()
public
getTitle() : string
public
setContactList(array<string|int, mixed> $list) : void
Parameters
-
$list
: array<string|int, mixed>
-
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
-
setTitle()
public
setTitle(mixed $title) : void
Parameters
-
$title
: mixed
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>