Пример #1
0
 /**
  * 
  * @param Bootstrap_Form_Element_Button $button
  * @return \Bootstrap_Form
  */
 public function add_action(Bootstrap_Form_Element_Button $button)
 {
     $this->_buttons->add($button);
     return $this;
 }