getPlaceholderList()getPlaceholderList() -- Returns a list of placeholders within a block. Synopsisrequire_once 'HTML/Template/Sigma.php'; |
array HTML_Template_Sigma::getPlaceholderList ([string $block = '__global__'])
Return value
return a list of placeholders
Throws
Table 41-1. Possible PEAR_Error values Error code | Error message | Reason | Solution |
---|
SIGMA_BLOCK_NOT_FOUND | Cannot find block '$block' | There is no block $block in the template | Check the block name spelling, check whether you added all the necessary blocks to the template |
NoteThis function can not be called
statically. |