Example #1
0
 /**
  * @param Form $form
  */
 public function setForm($form)
 {
     $this->form = $form;
     $this->setTitle($form->getTitle());
     $this->setButton($form->getButton());
 }