예제 #1
0
 /**
  * Add a form button.
  *
  * @param ButtonInterface $button
  * @return $this
  */
 public function addFormButton(ButtonInterface $button)
 {
     $this->form->addButton($button);
     return $this;
 }