think\exception\TemplateNotFoundException::getTemplate PHP Méthode

getTemplate() public méthode

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