Example #1
0
 /**
  * @param $ip
  * @return mixed
  */
 public function findId($ip)
 {
     return self::$db->getIndex($this->name(), $ip);
 }