Example #1
0
 public function getEndIp()
 {
     return IpConverter::fromHexToIp($this->end_ip);
 }
Example #2
0
 public function getIp()
 {
     return IpConverter::fromHexToIp($this->ip);
 }