Beispiel #1
0
 public function __construct(EntityManager $em, SmtpTransport $transport, $view)
 {
     parent::__construct($em);
     $this->entity = 'SONUser\\Entity\\User';
     $this->transport = $transport;
     $this->view = $view;
 }
Beispiel #2
0
 public function __construct(EntityManager $em, $view)
 {
     parent::__construct($em);
     $this->entity = "SONUser\\Entity\\User";
     $this->view = $view;
 }