HTML_Template_IT::get()

HTML_Template_IT::get() -- get a block including replacments

Referentiesamenvatting

require_once 'HTML/Template/IT.php';

string HTML_Template_IT::get ([string $block = "__global__"])

Beschrijving

This functions return a block with all replacements done.

Parameter

Return waarde

string - the template with all replacements done.

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::parse()