Public Member Functions | |
__construct (IpAddress $startIp, IpAddress $endIp) | |
getStart () | |
setStart (IpAddress $startIp) | |
getEnd () | |
setEnd (IpAddress $endIp) | |
contains ($probe) | |
Static Public Member Functions | |
static | create (IpAddress $startIp, IpAddress $endIp) |
Private Attributes | |
$startIp = null | |
$endIp = null |
Definition at line 15 of file IpRange.class.php.
Definition at line 28 of file IpRange.class.php.
References IpAddress::getLongIp().
IpRange::contains | ( | $ | probe | ) |
Implements SingleRange.
Definition at line 75 of file IpRange.class.php.
References Assert::isInstance().
Definition at line 23 of file IpRange.class.php.
IpRange::getEnd | ( | ) |
IpRange::getStart | ( | ) |
IpRange::setEnd | ( | IpAddress $ | endIp | ) |
Definition at line 68 of file IpRange.class.php.
IpRange::setStart | ( | IpAddress $ | startIp | ) |
Definition at line 50 of file IpRange.class.php.
IpRange::$endIp = null [private] |
Definition at line 18 of file IpRange.class.php.
IpRange::$startIp = null [private] |
Definition at line 17 of file IpRange.class.php.