Documentation

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

Methods

issetAccountItem()

isset accountItem.

public issetAccountItem(int|string $index) : bool
Parameters
$index : int|string
Return values
bool

unsetAccountItem()

unset accountItem.

public unsetAccountItem(int|string $index) : void
Parameters
$index : int|string
Return values
void

Search results