setRoot()

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

Synopsis

require_once 'HTML/Template/Sigma.php';

void HTML_Template_Sigma::setRoot (string $root)

Beschreibung

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

Parameter

string $root

directory name

Fehler-Meldungen

throws no exceptions thrown

Siehe auch

see HTML_Template_Sigma::HTML_Template_Sigma()

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.