Prado\Exceptions\TTemplateException::getTemplateSource PHP Method

getTemplateSource() public method

public getTemplateSource ( ) : string
return string the template source code that causes the exception. This is empty if {@link getTemplateFile TemplateFile} is not empty.
    public function getTemplateSource()
    {
        return $this->_template;
    }