PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once 'HTML/Template/Sigma.php';
mixed HTML_Template_Sigma::setCurrentBlock ([string $block = '__global__'])
mixed HTML_Template_Sigma::setCurrentBlock
Sets the name of the current block: the one in which variables will be substituted.
block name
return SIGMA_OK on success, error object on failure
Table 40-1. Possible PEAR_Error values
This function can not be called statically.