예제 #1
0
 public function __construct(ManagerRegistry $registry, DbalLogger $logger = null)
 {
     $this->connections = $registry->getConnectionNames();
     $this->managers = $registry->getManagerNames();
     $this->logger = $logger;
 }
 public function __construct(ManagerRegistry $registry)
 {
     $this->registry = $registry;
     $this->connections = $registry->getConnectionNames();
     $this->managers = $registry->getManagerNames();
 }