template::exists PHP 메소드

exists() 공개 메소드

public exists ( )
    public function exists()
    {
        return file_exists($this->path);
    }