コード例 #1
0
ファイル: Form.php プロジェクト: picon/picon-framework
 protected function onComponentTag(ComponentTag $tag)
 {
     parent::onComponentTag($tag);
     $this->checkComponentTag($tag, 'form');
     $tag->put('action', $this->urlForListener($this));
     $tag->put('method', 'post');
 }
コード例 #2
0
 protected function onComponentTag(ComponentTag $tag)
 {
     parent::onComponentTag($tag);
     $tag->setTagType(new XmlTagType(XmlTagType::OPEN));
 }