Beispiel #1
0
 public function is_exists($email, $not_id = NULL)
 {
     return parent::is_exists($email, 'email', $not_id);
 }
Beispiel #2
0
 public function is_exists($icode, $not_id = NULL)
 {
     return parent::is_exists($icode, 'icode', $not_id);
 }