예제 #1
0
 protected function getForm($show = null)
 {
     if (is_null($show)) {
         $show = new Show();
         $show->addPerformance(new Performance());
     }
     return $this->createForm(new ShowType($this->get('security.context')), $show);
 }