コード例 #1
0
ファイル: Epub.php プロジェクト: marczych/hack-hhvm-docs
 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");
 }