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();
 }