Exemplo n.º 1
0
Arquivo: CHM.php Projeto: philip/phd
 public function __construct()
 {
     parent::__construct();
     $this->registerFormatName("PEAR-CHM");
 }
Exemplo n.º 2
0
Arquivo: Web.php Projeto: philip/phd
 public function __construct()
 {
     parent::__construct();
     $this->registerFormatName('PEAR-Web');
     $this->setExt(Config::ext() === null ? 'php' : Config::ext());
 }