Example #1
0
 /**
  * Is the user inside the local ip range
  */
 public function isInLocalIpRange()
 {
     return Parser::isIpAddrInRanges($this->ip_address, $this->ip_range);
 }