コード例 #1
0
ファイル: Label.php プロジェクト: mysmbhelpdesk/PhpBootstrap
 public function setElement(\PhpBootstrap\Html\Form\Element &$element)
 {
     parent::setElement($element);
     $this->setFor($element->getAttrib('id'));
     return $this;
 }