コード例 #1
0
ファイル: template.php プロジェクト: simonmeggle/histou
 /**
     Expects a filename to the simple config.
     @param string $file Path to file.
     @return object.
     **/
 function __construct($file)
 {
     $result = TemplateParser::parseSimpleTemplate($file);
     parent::__construct($file, $result[0], $result[1]);
 }