Prado\Exceptions\TTemplateException::getTemplateFile PHP Method

getTemplateFile() public method

public getTemplateFile ( ) : string
return string the template file that causes the exception. This could be empty if the template is an embedded template. In this case, use {@link getTemplateSource TemplateSource} to obtain the actual template content.
    public function getTemplateFile()
    {
        return $this->_fileName;
    }