Home
last modified time | relevance | path

Searched refs:getRangeType (Results 1 – 9 of 9) sorted by relevance

/plugin/ipban/ip-lib/src/Address/
H A DAssignedRange.php109 public function getRangeType(RangeInterface $range) function in IPLib\\Address\\AssignedRange
125 $result = $exception->getRangeType($range);
H A DAddressInterface.php65 public function getRangeType(); function
H A DIPv6.php396 public function getRangeType() function in IPLib\\Address\\IPv6
401 $this->rangeType = $ipv4->getRangeType();
H A DIPv4.php247 public function getRangeType() function in IPLib\\Address\\IPv4
/plugin/ipban/ip-lib/src/Range/
H A DSingle.php98 public function getRangeType() function in IPLib\\Range\\Single
100 return $this->address->getRangeType();
H A DSubnet.php152 public function getRangeType() function in IPLib\\Range\\Subnet
157 …ory::rangeFromBoundaries($this->fromAddress->toIPv4(), $this->toAddress->toIPv4())->getRangeType();
173 $rangeType = $reservedRange->getRangeType($this);
H A DRangeInterface.php42 public function getRangeType(); function
H A DPattern.php174 public function getRangeType() function in IPLib\\Range\\Pattern
179 …ory::rangeFromBoundaries($this->fromAddress->toIPv4(), $this->toAddress->toIPv4())->getRangeType();
195 $rangeType = $reservedRange->getRangeType($this);
/plugin/ipban/ip-lib/
H A DREADME.md193 …ivate network, or if it's a public IP, or whatever you want, you can use the `getRangeType` method:
198 $typeID = $address->getRangeType();
212 If you want to know the type of an address range, you can use the `getRangeType` method:
216 $type = $range->getRangeType();
226 $type = $range->getRangeType();