Метод | Описание | |
---|---|---|
getLineNumber ( ) : integer | ||
getTemplateFile ( ) : string | ||
getTemplateSource ( ) : string | ||
setLineNumber ( $value ) | ||
setTemplateFile ( $value ) | ||
setTemplateSource ( $value ) |
public getLineNumber ( ) : integer | ||
Результат | integer | the line number at which the template has error |
public getTemplateFile ( ) : string | ||
Результат | 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 getTemplateSource ( ) : string | ||
Результат | string | the template source code that causes the exception. This is empty if {@link getTemplateFile TemplateFile} is not empty. |