show()
show() – Prints a block with all replacements done.
Synopsis
require_once 'HTML/Template/Sigma.php';
void HTML_Template_Sigma::show (
string $block = '__global__'
)
Description
Prints a block with all replacements done.
Parameter
-
string
$block
-
block name
Throws
throws no exceptions thrown
See
Note
This function can not be called statically.