HTML_Template_IT::setRoot()

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

Synopsis

require_once 'HTML/Template/IT.php';

void IntegratedTemplate::setRoot (string $root)

Описание

The given string will be prefixed to all file names passed to the object. In the most cases, the directory where the template files reside.

Параметр

Заметка

Эта функция не должна вызываться статически.

См. также

HTML_Template_IT::HTML_Template_IT()