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