Public Member Functions | |
getTemplateLine () | |
setTemplateLine ($templateLine) | |
getTag () | |
setTag ($tag) | |
Public Member Functions inherited from RainTpl_Exception | |
getTemplateFile () | |
setTemplateFile ($templateFile) | |
Protected Attributes | |
$templateLine = null | |
$tag = null | |
Protected Attributes inherited from RainTpl_Exception | |
$templateFile = '' | |
Exception thrown when syntax error occurs.
RainTpl_SyntaxException::getTag | ( | ) |
Returns tag which caused an error.
RainTpl_SyntaxException::getTemplateLine | ( | ) |
Returns line in template file where error has occured or null if line is not defined.
RainTpl_SyntaxException::setTag | ( | $tag | ) |
RainTpl_SyntaxException::setTemplateLine | ( | $templateLine | ) |
Sets line in template file where error has occured.
int | $templateLine |