Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  *
  * @param \FormObject\Form
  * @return void
  **/
 public function setForm(Form $form)
 {
     $this->form = $form;
     $this->setEventBus($form->getEventBus());
 }