require_once 'HTML/Template/Sigma.php';
mixed HTML_Template_Sigma::setTemplate (string $template [, boolean $removeUnknownVariables = TRUE [, boolean $removeEmptyBlocks = TRUE]])
mixed HTML_Template_Sigma::setTemplate
Sets the template. You can either load a template file from disk with loadTemplateFile() or set the template manually using this function.
template content
remove unknown/unused variables?
remove empty blocks?
return SIGMA_OK on success, error object on failure
Table 41-1. Possible PEAR_Error values
see HTML_Template_Sigma::loadTemplateFile()
This function can not be called statically.