Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->registerFormatName("PHP-BigXHTML");
     $this->setTitle("PHP Manual");
     $this->setChunked(false);
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->registerFormatName("PHP-Web");
     $this->setTitle("PHP Manual");
     $this->setChunked(true);
     $this->setExt(Config::ext() === null ? ".php" : Config::ext());
 }