class IPRange (View source)

deprecated Use the methods of $app->make('failed_login')

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, mixed $dateTimeFormat)

No description

static IPRange
createFromEntity(IpAccessControlRange $range)

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, mixed $dateTimeFormat)

No description

Parameters

array $row
mixed $dateTimeFormat

Return Value

IPRange

static IPRange createFromEntity(IpAccessControlRange $range)

No description

Parameters

IpAccessControlRange $range

Return Value

IPRange