RecentAddressesService
extends BaseService
Table of Contents
Methods
-
__clone()
: mixed
-
__wakeup()
: mixed
-
add()
: void
-
cleanUp()
: string
-
get()
: array<string|int, mixed>
-
getInstance()
: static
__clone()
public
__clone() : mixed
__wakeup()
public
__wakeup() : mixed
add()
public
add(Address $address) : void
Parameters
-
$address
: Address
-
cleanUp()
public
static cleanUp() : string
get()
public
get([int $limit = self::MAX_CNT ]) : array<string|int, mixed>
Parameters
-
$limit
: int
= self::MAX_CNT
-
Return values
array<string|int, mixed>
getInstance()
public
static getInstance() : static