public function __construct()
 {
     parent::__construct(array('entityName' => 'XsolveNewsletterBundle:Recipient', 'viewPrefix' => 'XsolveNewsletterBundle:Recipient:', 'viewSuffix' => '.html.twig'));
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct(array('entityName' => 'XsolveNewsletterBundle:Dispatch', 'viewPrefix' => 'XsolveNewsletterBundle:Dispatch:', 'viewSuffix' => '.html.twig', 'paramPrefix' => 'xsolve_newsletter.'));
 }