class Entry (View source)

Properties

$event_id
$pool
$value
$created
$expiration
$tags

Methods

__construct($event_id, $pool, Address $address, $value, $created, $expiration = null, array $tags = array())

No description

getAddress()

Return the Address for this entry.

integer
getTTL()

Return the time-to-live for this entry.

Details

at line line 15
__construct($event_id, $pool, Address $address, $value, $created, $expiration = null, array $tags = array())

Parameters

$event_id
$pool
Address $address
$value
$created
$expiration
array $tags

at line line 30
Address getAddress()

Return the Address for this entry.

Return Value

Address

at line line 39
integer getTTL()

Return the time-to-live for this entry.

Return Value

integer