exists() публичный Метод

Check if the user exists Test if there is set an id
Устаревший: legacy from frontend controllers
public exists ( ) : boolean
Результат boolean
Пример #1
0
 public function exists()
 {
     $this->__load();
     return parent::exists();
 }