コード例 #1
0
ファイル: Epub.php プロジェクト: marczych/hack-hhvm-docs
 public function format_root_chunk($open, $name, $attrs)
 {
     $this->collectContent($attrs, $name, false);
     return parent::format_root_chunk($open, $name, $attrs);
 }