Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->setExt('.xhtml');
     $this->registerFormatName("PHP-Epub");
 }
Exemplo n.º 2
0
Arquivo: CHM.php Projeto: philip/phd
 public function __construct()
 {
     parent::__construct();
     $this->registerFormatName("PHP-CHM");
 }