コード例 #1
0
ファイル: ModalWindow.php プロジェクト: picon/picon-framework
 protected function onComponentTag(ComponentTag $tag)
 {
     $tag->setName('div');
     parent::onComponentTag($tag);
 }