Newscoop\Entity\Template::exists PHP 메소드

exists() 공개 메소드

Check if the template exists
public exists ( ) : boolean
리턴 boolean True always for now
    public function exists()
    {
        return true;
    }

Usage Example

 public function exists()
 {
     $this->__load();
     return parent::exists();
 }