Ejemplo n.º 1
0
 public function removeModalFeedback(ModalFeedback $modalFeedback)
 {
     unset($this->modalFeedbacks[$modalFeedback->getSerial()]);
 }
 public function toForm()
 {
     $formContainer = new ModalFeedback($this);
     return $formContainer->getForm();
 }