think\exception\TemplateNotFoundException::getTemplate PHP Метод

getTemplate() публичный Метод

获取模板文件
public getTemplate ( ) : string
Результат string
    public function getTemplate()
    {
        return $this->template;
    }
TemplateNotFoundException