get()

get() -- Returns a block with all replacements done.

概要

require_once 'HTML/Template/Sigma.php';

string HTML_Template_Sigma::get ([string $block = '__global__' [, bool $clear = FALSE]])

説明

Returns a parsed block: block with all replacements done.

This method will automatically call parse(), only if called with $block='__global__' when '__global__' was not parse()'d before. In all other cases you should call parse() before calling get()

パラメータ

string $block

block name

boolean $clear

whether to clear parsed block contents

返り値

return block with all replacements done

参照

see HTML_Template_Sigma::show()

例外・エラー

表 40-1PEAR_Error の値

Error codeError messageReasonSolution
SIGMA_BLOCK_NOT_FOUNDCannot find block '$block'There is no block $block in the templateCheck the block name spelling, check whether you added all the necessary blocks to the template

注意

この関数は、スタティックにコールする ことはできません。