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