Ejemplo n.º 1
0
 /**
  * Renders empty form
  * 
  * @return string
  */
 public function addAction()
 {
     $category = new VirtualEntity();
     $category->setActive(true);
     return $this->createForm($category, 'Add a category');
 }