class IPRange (View source)

Properties

protected int $id

Record identifier.

protected RangeInterface $ipRange

IP address range.

protected int $type

Range type.

protected DateTime|null $expires

Methods

int
getID()

Get the record identifier.

RangeInterface
getIpRange()

Get the IP address range.

int
getType()

Get the range type.

DateTime|null
getExpires()

No description

static IPRange
createFromRow(array $row, $dateTimeFormat)

No description

Details

int getID()

Get the record identifier.

Return Value

int

RangeInterface getIpRange()

Get the IP address range.

Return Value

RangeInterface

int getType()

Get the range type.

Return Value

int

DateTime|null getExpires()

No description

Return Value

DateTime|null

static IPRange createFromRow(array $row, $dateTimeFormat)

No description

Parameters

array $row
$dateTimeFormat

Return Value

IPRange