HTML_Template_IT::show()

HTML_Template_IT::show() -- print a block including replacments

Referentiesamenvatting

require_once 'HTML/Template/IT.php';

void HTML_Template_IT::show ([string $block])

Beschrijving

This functions prints a block with all replacements done.

Parameter

Throws

Tabel 42-1. Mogelijke PEAR_Error waarden

Error codeError messageReasonSolution
IT_BLOCK_NOT_FOUND " Cannot find this block block " The given block does not exists. Check for typing mistakes in the argument.

Note

Deze functie kan niet statisch worden aangeroepen.

Zie

HTML_Template_IT::get()