constructor HTML_Template_Sigma()
constructor HTML_Template_Sigma() -- constructor
概要
require_once 'HTML/Template/Sigma.php'; |
void HTML_Template_Sigma::HTML_Template_Sigma ([string $root = '' [, string $cacheRoot = '']])
説明
Constructor: builds some complex regular expressions and optionally sets the root directories.
Make sure that you call this constructor if you derive your template class from this one.
パラメータ
- string
$root
root directory for templates
- string
$cacheRoot
directory to cache "prepared" templates in
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。