예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setExt('.xhtml');
     $this->registerFormatName("PHP-Epub");
 }
예제 #2
0
파일: CHM.php 프로젝트: philip/phd
 public function __construct()
 {
     parent::__construct();
     $this->registerFormatName("PHP-CHM");
 }