コード例 #1
0
ファイル: User.php プロジェクト: alexcomput/ZF2Project
 public function __construct(EntityManager $em, SmtpTransport $transport, $view)
 {
     parent::__construct($em);
     $this->entity = 'SONUser\\Entity\\User';
     $this->transport = $transport;
     $this->view = $view;
 }
コード例 #2
0
ファイル: UserService.php プロジェクト: souzagabi/Agenda
 public function __construct(EntityManager $em, $view)
 {
     parent::__construct($em);
     $this->entity = "SONUser\\Entity\\User";
     $this->view = $view;
 }