get() -- Returns a block with all replacements done.
Leírás
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()
Paraméterek
- string
$block
block name
- boolean
$clear
whether to clear parsed block contents
Visszatérési érték
return block with all replacements done
Megjegyzés
Ez a függvény nem hívható
statikusan.