getBlockList()

getBlockList() -- Returns a list of blocks within a template.

Synopsis

Описание

Returns a list of blocks within a template.

If $recursive is FALSE, it returns just a 'flat' array of $parent's direct subblocks. If $recursive is TRUE, it builds a tree of template blocks using $parent as root. Tree structure is compatible with PEAR::Tree's Memory_Array driver.

Параметр

string $parent

parent block name

boolean $recursive

whether to return a tree of child blocks (TRUE) or a 'flat' array (FALSE)

Возвращаемое значение

return a list of child blocks

См. также

see HTML_Template_Sigma::blockExists(), HTML_Template_Sigma::getPlaceholderList()

Throws

Заметка

Эта функция не должна вызываться статически.

    Поддержать сайт на родительском проекте КГБ