HTML_Template_IT::setVariable()

HTML_Template_IT::setVariable() -- set a variable

Referentiesamenvatting

require_once 'HTML/Template/IT.php';

void HTML_Template_IT::setVariable (mixed $placeholder [, mixed $variable = ""])

Beschrijving

Set the value of a variable in the current template block. If $placeholder is an array the key of an element is treated as a placeholder name while the value is treated as it's substitution.

Parameter

Voorbeeld

Note

Deze functie kan niet statisch worden aangeroepen.

Zie

HTML_Template_IT::parse()