setRoot()

setRoot() -- Sets the file root for templates.

Referentiesamenvatting

require_once 'HTML/Template/Sigma.php';

void HTML_Template_Sigma::setRoot (string $root)

Beschrijving

Sets the file root for templates. The file root gets prefixed to all filenames passed to the object.

Parameter

string $root

directory name

Throws

throws no exceptions thrown

Zie

see HTML_Template_Sigma::HTML_Template_Sigma()

Note

Deze functie kan niet statisch worden aangeroepen.