think\exception\TemplateNotFoundException::getTemplate PHP 메소드

getTemplate() 공개 메소드

获取模板文件
public getTemplate ( ) : string
리턴 string
    public function getTemplate()
    {
        return $this->template;
    }
TemplateNotFoundException