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 16 of file IpRange.class.php.
Definition at line 29 of file IpRange.class.php.
IpRange::getStart | ( | ) |
IpRange::setStart | ( | IpAddress $ | startIp | ) |
IpRange::getEnd | ( | ) |
IpRange::setEnd | ( | IpAddress $ | endIp | ) |
IpRange::contains | ( | $ | probe | ) |
IpRange::$startIp = null [private] |
Definition at line 18 of file IpRange.class.php.
IpRange::$endIp = null [private] |
Definition at line 19 of file IpRange.class.php.