コード例 #1
0
ファイル: HtmlTag.php プロジェクト: scil/mthaml-more
 public function __construct(array $position, $content)
 {
     parent::__construct($position, '', array());
     $this->content = $content;
 }