Example #1
0
 /**
     Expects a filename to the simple config.
     @param string $file Path to file.
     @return object.
     **/
 public function __construct($file)
 {
     $result = parser::parseSimpleTemplate($file);
     parent::__construct($file, $result[0], $result[1]);
 }