コード例 #1
0
ファイル: HowTo.php プロジェクト: marczych/hack-hhvm-docs
 public function __construct()
 {
     parent::__construct();
     $this->registerFormatName("PHP-HowTo");
 }
コード例 #2
0
ファイル: ChunkedXHTML.php プロジェクト: TazeTSchnitzel/phd
 public function __construct()
 {
     parent::__construct();
     $this->registerFormatName("PHP-Chunked-XHTML");
     $this->setExt(Config::ext() === null ? ".html" : Config::ext());
 }