Exemplo n.º 1
0
 public function setFile($filename)
 {
     parent::setFile($filename . '.html');
     if ($this->script->isError()) {
         throw new One_Exception_Script($this->script->error);
     }
 }
Exemplo n.º 2
0
 /**
  * Set the searchpath
  */
 public function setSearchPath($path)
 {
     self::$searchPath = $path;
 }