コード例 #1
0
ファイル: Orm.php プロジェクト: ashutosh-srijan/findit_akeneo
 public function __construct(EntityManager $em, EventDispatcher $dispatcher, ContainerInterface $container, ObjectMapper $mapper, $logQueries)
 {
     parent::__construct($em, $dispatcher, $logQueries);
     $this->container = $container;
     $this->mapper = $mapper;
 }