setRoot()

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

概要

require_once 'HTML/Template/Sigma.php';

void HTML_Template_Sigma::setRoot (string $root)

説明

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

パラメータ

string $root

directory name

例外・エラー

throws no exceptions thrown

参照

see HTML_Template_Sigma::HTML_Template_Sigma()

注意

この関数は、スタティックにコールする ことはできません。