示例#1
0
文件: CHM.php 项目: philip/phd
 public function __construct()
 {
     parent::__construct();
     $this->registerFormatName("PEAR-CHM");
 }
示例#2
0
文件: Web.php 项目: philip/phd
 public function __construct()
 {
     parent::__construct();
     $this->registerFormatName('PEAR-Web');
     $this->setExt(Config::ext() === null ? 'php' : Config::ext());
 }