HTML_Template_IT::setRoot()

HTML_Template_IT::setRoot() -- set the template root directory

Referentiesamenvatting

require_once 'HTML/Template/IT.php';

void HTML_Template_IT::setRoot (string $root)

Beschrijving

Sets the path to the template directory where HTML_Template_IT::loadTemplatefile() searches for templates. Every filename is prefixed with the given string.

Parameter

Voorbeeld

Note

Deze functie kan niet statisch worden aangeroepen.

Zie

HTML_Template_IT::HTML_Template_IT(), HTML_Template_IT::loadTemplatefile()