コード例 #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());
 }