IPRange
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