AddressbookAccountType
in package
Class representing AddressbookAccountType.
XSD Type: addressbookAccountType
Table of Contents
- $accountItem : array<string|int, mixed>
- addToAccountItem() : self
- Adds as accountItem.
- getAccountItem() : array<string|int, AccountItemType>
- Gets as accountItem.
- issetAccountItem() : bool
- isset accountItem.
- setAccountItem() : self
- Sets a new accountItem.
- unsetAccountItem() : void
- unset accountItem.
Properties
$accountItem
private
array<string|int, mixed>
$accountItem
= []
Methods
addToAccountItem()
Adds as accountItem.
public
addToAccountItem(AccountItemType $accountItem) : self
Parameters
- $accountItem : AccountItemType
Return values
self —getAccountItem()
Gets as accountItem.
public
getAccountItem() : array<string|int, AccountItemType>
Return values
array<string|int, AccountItemType> —issetAccountItem()
isset accountItem.
public
issetAccountItem(int|string $index) : bool
Parameters
- $index : int|string
Return values
bool —setAccountItem()
Sets a new accountItem.
public
setAccountItem([array<string|int, AccountItemType> $accountItem = null ]) : self
Parameters
- $accountItem : array<string|int, AccountItemType> = null
Return values
self —unsetAccountItem()
unset accountItem.
public
unsetAccountItem(int|string $index) : void
Parameters
- $index : int|string