コード例 #1
0
ファイル: XHTML.php プロジェクト: marczych/hack-hhvm-docs
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->myelementmap = array_merge(parent::getDefaultElementMap(), static::getDefaultElementMap());
     $this->mytextmap = array_merge(parent::getDefaultTextMap(), static::getDefaultTextMap());
     $this->dchunk = array_merge(parent::getDefaultChunkInfo(), static::getDefaultChunkInfo());
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->registerFormatName("Chunked-XHTML");
     $this->setTitle("Index");
     $this->setChunked(true);
 }