예제 #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());
 }