/**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Doctrine\DBAL\Connection A Doctrine\DBAL\Connection instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = new \Doctrine\DBAL\Logging\LoggerChain();
     $a->addLogger($this->get('doctrine.dbal.logger'));
     $a->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $b = new \Doctrine\DBAL\Configuration();
     $b->setSQLLogger($a);
     $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $c->addEventSubscriber($this->get('fos_user.user_listener'));
     $c->addEventListener(array(0 => 'postPersist'), $this->get('my.listener'));
     $c->addEventListener(array(0 => 'loadClassMetadata'), $this->get('doctrine.orm.default_listeners.attach_entity_listeners'));
     $c->addEventListener(array(0 => 'loadClassMetadata'), $this->get('doctrine.orm.archive_listeners.attach_entity_listeners'));
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => NULL, 'dbname' => 'trdc', 'user' => 'root', 'password' => NULL, 'charset' => 'UTF8', 'driverOptions' => array(), 'defaultTableOptions' => array()), $b, $c, array());
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Doctrine\DBAL\Connection A Doctrine\DBAL\Connection instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = $this->get('vich_uploader.metadata_reader');
     $b = $this->get('vich_uploader.upload_handler');
     $c = new \Doctrine\DBAL\Logging\LoggerChain();
     $c->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $c->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $d = new \Doctrine\DBAL\Configuration();
     $d->setSQLLogger($c);
     $e = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter();
     $f = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $f->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('product_image', $e, $a, $b));
     $f->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('product_image', $e, $a, $b));
     $f->addEventSubscriber($this->get('sonata.easy_extends.doctrine.mapper'));
     $f->addEventSubscriber(new \FOS\UserBundle\Doctrine\Orm\UserListener($this));
     $f->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('product_image', $e, $a, $b));
     $f->addEventListener(array(0 => 'loadClassMetadata'), $this->get('doctrine.orm.default_listeners.attach_entity_listeners'));
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => NULL, 'dbname' => 'symfony', 'user' => 'root', 'password' => 'aungshine', 'charset' => 'UTF8', 'driverOptions' => array(), 'defaultTableOptions' => array()), $d, $f, array());
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Doctrine\DBAL\Connection A Doctrine\DBAL\Connection instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = new \Doctrine\DBAL\Logging\LoggerChain();
     $a->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $a->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $b = new \Doctrine\DBAL\Configuration();
     $b->setSQLLogger($a);
     $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $c->addEventSubscriber(new \FOS\UserBundle\Doctrine\Orm\UserListener($this));
     $c->addEventListener(array(0 => 'loadClassMetadata'), $this->get('doctrine.orm.default_listeners.attach_entity_listeners'));
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => 8889, 'dbname' => 'crm_symfony', 'user' => 'root', 'password' => 'root', 'charset' => 'UTF8', 'driverOptions' => array(), 'defaultTableOptions' => array()), $b, $c, array());
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return stdClass A stdClass instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = new \Doctrine\DBAL\Logging\LoggerChain();
     $a->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $a->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $b = new \Doctrine\DBAL\Configuration();
     $b->setSQLLogger($a);
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'host' => 'mysqlcluster1.registeredsite.com', 'port' => NULL, 'dbname' => 'jannamotors_db', 'user' => 'programador2', 'password' => 'Ford*2015', 'charset' => 'UTF8', 'driverOptions' => array()), $b, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), array());
 }
 /**
  * Gets the 'doctrine.dbal.site_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \stdClass A stdClass instance.
  */
 protected function getDoctrine_Dbal_SiteConnectionService()
 {
     $a = new \Doctrine\DBAL\Logging\LoggerChain();
     $a->addLogger($this->get('doctrine.dbal.logger'));
     $a->addLogger($this->get('doctrine.dbal.logger.profiling.site'));
     $b = new \Doctrine\DBAL\Configuration();
     $b->setSQLLogger($a);
     $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $c->addEventSubscriber($this->get('fos_user.user_listener'));
     return $this->services['doctrine.dbal.site_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'dbname' => 'siteaionrising', 'user' => 'root', 'password' => NULL, 'charset' => 'UTF8', 'port' => NULL, 'driverOptions' => array()), $b, $c, array());
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Doctrine\DBAL\Connection A Doctrine\DBAL\Connection instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = new \Doctrine\DBAL\Logging\LoggerChain();
     $a->addLogger($this->get('doctrine.dbal.logger'));
     $a->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $b = new \Doctrine\DBAL\Configuration();
     $b->setSQLLogger($a);
     $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $c->addEventListener(array(0 => 'loadClassMetadata'), $this->get('doctrine.orm.default_listeners.attach_entity_listeners'));
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'host' => '192.168.123.22', 'port' => NULL, 'dbname' => 'realtime', 'user' => 'monty', 'password' => 'test1234', 'charset' => 'UTF8', 'driverOptions' => array()), $b, $c, array());
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \stdClass A stdClass instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = new \Doctrine\DBAL\Logging\LoggerChain();
     $a->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $a->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $b = new \Doctrine\DBAL\Configuration();
     $b->setSQLLogger($a);
     $c = new \Gedmo\Sluggable\SluggableListener();
     $c->setAnnotationReader($this->get('annotation_reader'));
     $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $d->addEventSubscriber($c);
     $d->addEventSubscriber(new \FOS\UserBundle\Doctrine\Orm\UserListener($this));
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'host' => '23125.m.tld.pl', 'port' => NULL, 'dbname' => 'baza23125_83', 'user' => 'admin23125_83', 'password' => '1QzX2h9TU7', 'charset' => 'UTF8', 'driverOptions' => array()), $b, $d, array());
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return stdClass A stdClass instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = new \Doctrine\DBAL\Logging\LoggerChain();
     $a->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine'), $this->get('debug.stopwatch')));
     $a->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $b = new \Doctrine\DBAL\Configuration();
     $b->setSQLLogger($a);
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('dbname' => 'bewelcome', 'host' => 'localhost', 'port' => NULL, 'user' => 'bewelcome', 'password' => 'password', 'charset' => 'UTF8', 'driver' => 'pdo_mysql', 'driverOptions' => array()), $b, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), array());
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Doctrine\DBAL\Connection A Doctrine\DBAL\Connection instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = new \Doctrine\DBAL\Logging\LoggerChain();
     $a->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $a->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $b = new \Doctrine\DBAL\Configuration();
     $b->setSQLLogger($a);
     $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $c->addEventListener(array(0 => 'postGenerateSchema'), 'security.acl.dbal.schema_listener');
     $c->addEventListener(array(0 => 'prePersist'), $this->get('app.security.user'));
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => 3306, 'dbname' => 'uv1', 'user' => 'root', 'password' => NULL, 'charset' => 'UTF8', 'driverOptions' => array()), $b, $c, array());
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Doctrine\DBAL\Connection A Doctrine\DBAL\Connection instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = new \Doctrine\DBAL\Logging\LoggerChain();
     $a->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $a->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $b = new \Doctrine\DBAL\Configuration();
     $b->setSQLLogger($a);
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_pgsql', 'host' => 'localhost', 'port' => 5432, 'dbname' => 'bigbang', 'user' => 'ericlinberg', 'password' => '3m5am6u1', 'charset' => 'UTF8', 'driverOptions' => array(), 'defaultTableOptions' => array()), $b, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), array());
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return stdClass A stdClass instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = new \Doctrine\DBAL\Logging\LoggerChain();
     $a->addLogger($this->get('doctrine.dbal.logger'));
     $a->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $b = new \Doctrine\DBAL\Configuration();
     $b->setSQLLogger($a);
     $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $c->addEventListener(array(0 => 'postLoad'), $this->get('objetodw'));
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_pgsql', 'host' => '127.0.0.1', 'port' => '5432', 'dbname' => 'symfony', 'user' => 'postgres', 'password' => 'postgres', 'charset' => 'UTF8', 'driverOptions' => array()), $b, $c, array());
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Doctrine\DBAL\Connection A Doctrine\DBAL\Connection instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = $this->get('annotation_reader');
     $b = new \Doctrine\DBAL\Logging\LoggerChain();
     $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $b->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $c = new \Doctrine\DBAL\Configuration();
     $c->setSQLLogger($b);
     $d = new \Gedmo\Timestampable\TimestampableListener();
     $d->setAnnotationReader($a);
     $e = new \Gedmo\Sluggable\SluggableListener();
     $e->setAnnotationReader($a);
     $f = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $f->addEventSubscriber($d);
     $f->addEventSubscriber($e);
     $f->addEventSubscriber($this->get('stof_doctrine_extensions.listener.translatable'));
     $f->addEventListener(array(0 => 'loadClassMetadata'), $this->get('doctrine.orm.default_listeners.attach_entity_listeners'));
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => NULL, 'dbname' => 'tutoecom', 'user' => 'root', 'password' => NULL, 'charset' => 'UTF8', 'driverOptions' => array(), 'defaultTableOptions' => array()), $c, $f, array());
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \stdClass A stdClass instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = new \Doctrine\DBAL\Logging\LoggerChain();
     $a->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $a->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $b = new \Doctrine\DBAL\Configuration();
     $b->setSQLLogger($a);
     $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $c->addEventSubscriber($this->get('sonata.cache.orm.event_subscriber'));
     $c->addEventSubscriber($this->get('sonata.easy_extends.doctrine.mapper'));
     $c->addEventSubscriber(new \FOS\UserBundle\Entity\UserListener($this));
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_pgsql', 'host' => 'localhost', 'port' => 5432, 'dbname' => 'indicadores2', 'user' => 'postgres', 'password' => 123, 'charset' => 'UTF8', 'driverOptions' => array()), $b, $c, array('hstore' => 'string', 'geometry' => 'string'));
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Doctrine\DBAL\Connection A Doctrine\DBAL\Connection instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = new \Doctrine\DBAL\Logging\LoggerChain();
     $a->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $a->addLogger(new \Doctrine\DBAL\Logging\DebugStack());
     $b = new \Doctrine\DBAL\Configuration();
     $b->setSQLLogger($a);
     $c = new \Gedmo\Sluggable\SluggableListener();
     $c->setAnnotationReader($this->get('annotation_reader'));
     $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $d->addEventSubscriber($c);
     $d->addEventSubscriber(new \FOS\UserBundle\Entity\UserListener($this));
     $d->addEventSubscriber($this->get('sonata.easy_extends.doctrine.mapper'));
     $d->addEventListener(array(0 => 'postPersist'), $this->get('lamadelray_platform.doctrine.notification'));
     $d->addEventListener(array(0 => 'postGenerateSchema'), 'security.acl.dbal.schema_listener');
     $d->addEventListener(array(0 => 'loadClassMetadata'), $this->get('doctrine.orm.default_listeners.attach_entity_listeners'));
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'host' => 'sql4.freemysqlhosting.net', 'port' => 3306, 'dbname' => 'sql4102112', 'user' => 'sql4102112', 'password' => 'GjMYvtpwkb', 'charset' => 'UTF8', 'driverOptions' => array(), 'defaultTableOptions' => array()), $b, $d, array());
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \stdClass A stdClass instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = new \Doctrine\DBAL\Logging\LoggerChain();
     $a->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $a->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $b = new \Doctrine\DBAL\Configuration();
     $b->setSQLLogger($a);
     $c = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
     $c->addResolveTargetEntity('Civix\\BalancedBundle\\Model\\BalancedUserInterface', 'Civix\\CoreBundle\\Entity\\Customer\\Customer', array());
     $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\UploaderListener($this->get('vich_uploader.adapter'), $this->get('vich_uploader.annotation_driver'), $this->get('vich_uploader.storage'), $this->get('vich_uploader.file_injector')));
     $d->addEventListener(array(0 => 'loadClassMetadata'), $c);
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'host' => 'civixdevdb.c5ywiczyhtjr.us-east-1.rds.amazonaws.com', 'port' => NULL, 'dbname' => 'civixdevdb', 'user' => 'civixdevdb', 'password' => 'civixdevdb', 'charset' => 'UTF8', 'driverOptions' => array()), $b, $d, array());
 }
Example #16
0
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Doctrine\DBAL\Connection A Doctrine\DBAL\Connection instance
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = $this->get('annotation_reader');
     $b = new \Doctrine\DBAL\Logging\LoggerChain();
     $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $b->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $c = new \Doctrine\DBAL\Configuration();
     $c->setSQLLogger($b);
     $d = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
     $d->setAnnotationReader($a);
     $e = new \Gedmo\Sortable\SortableListener();
     $e->setAnnotationReader($a);
     $f = new \Gedmo\Sluggable\SluggableListener();
     $f->setAnnotationReader($a);
     $g = new \Gedmo\Timestampable\TimestampableListener();
     $g->setAnnotationReader($a);
     $h = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $h->addEventSubscriber($d);
     $h->addEventSubscriber($this->get('bigfoot_context.subscriber.doctrine'));
     $h->addEventSubscriber($e);
     $h->addEventSubscriber($f);
     $h->addEventSubscriber($this->get('stof_doctrine_extensions.listener.blameable'));
     $h->addEventSubscriber($g);
     $h->addEventSubscriber($this->get('stof_doctrine_extensions.listener.translatable'));
     $h->addEventListener(array(0 => 'onFlush', 1 => 'postPersist', 2 => 'postUpdate', 3 => 'postRemove'), $this->get('bigfoot_core.doctrine_listener'));
     $h->addEventListener(array(0 => 'loadClassMetadata'), $this->get('doctrine.orm.default_listeners.attach_entity_listeners'));
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_sqlite', 'host' => NULL, 'port' => NULL, 'dbname' => NULL, 'user' => NULL, 'password' => NULL, 'charset' => 'UTF8', 'path' => $this->targetDirs[3] . '/app/database/sf3_database.sqlite', 'driverOptions' => array(), 'defaultTableOptions' => array()), $c, $h, array());
 }
 /**
  * Gets the 'doctrine.dbal.switchfit_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \stdClass A stdClass instance.
  */
 protected function getDoctrine_Dbal_SwitchfitConnectionService()
 {
     $a = $this->get('annotation_reader');
     $b = new \Doctrine\DBAL\Logging\LoggerChain();
     $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $b->addLogger($this->get('doctrine.dbal.logger.profiling.switchfit'));
     $c = new \Doctrine\DBAL\Configuration();
     $c->setSQLLogger($b);
     $d = new \Gedmo\Timestampable\TimestampableListener();
     $d->setAnnotationReader($a);
     $e = new \Gedmo\Sluggable\SluggableListener();
     $e->setAnnotationReader($a);
     $f = new \Gedmo\Sortable\SortableListener();
     $f->setAnnotationReader($a);
     $g = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $g->addEventSubscriber($d);
     $g->addEventSubscriber($this->get('nordcode_translation.listener.translatable'));
     $g->addEventSubscriber($e);
     $g->addEventSubscriber($f);
     $g->addEventSubscriber($this->get('stof_doctrine_extensions.listener.translatable'));
     return $this->services['doctrine.dbal.switchfit_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_pgsql', 'dbname' => 'switchfit', 'user' => 'switchfit', 'host' => '127.0.0.1', 'port' => 5432, 'password' => 'switchfit', 'charset' => 'UTF', 'driverOptions' => array()), $c, $g, array());
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Doctrine\DBAL\Connection A Doctrine\DBAL\Connection instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = new \Doctrine\DBAL\Logging\LoggerChain();
     $a->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $a->addLogger(new \Doctrine\DBAL\Logging\DebugStack());
     $b = new \Doctrine\DBAL\Configuration();
     $b->setSQLLogger($a);
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => NULL, 'dbname' => 'symfony', 'user' => 'root', 'password' => 'dupa1234', 'charset' => 'UTF8', 'driverOptions' => array()), $b, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), array());
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \stdClass A stdClass instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = new \Doctrine\DBAL\Logging\LoggerChain();
     $a->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $a->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $b = new \Doctrine\DBAL\Configuration();
     $b->setSQLLogger($a);
     $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $c->addEventSubscriber($this->get('hatuey_soft.doctrine_subscriber.user_aware'));
     $c->addEventSubscriber($this->get('hatuey_soft.doctrine_subscriber.acl_aware'));
     $c->addEventSubscriber(new \FOS\UserBundle\Doctrine\Orm\UserListener($this));
     $c->addEventSubscriber($this->get('hatuey_soft.doctrine_subscriber.datetime_aware'));
     $c->addEventSubscriber($this->get('buseta_upload.doctrine_subscriber.upload_aware'));
     $c->addEventListener(array(0 => 'postPersist'), $this->get('doctrine.acl.listener'));
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => NULL, 'dbname' => 'sf_ticketsApp', 'user' => 'root', 'password' => 'root', 'charset' => 'UTF8', 'driverOptions' => array()), $b, $c, array());
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Doctrine\DBAL\Connection A Doctrine\DBAL\Connection instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = $this->get('vich_uploader.metadata_reader');
     $b = $this->get('vich_uploader.upload_handler');
     $c = new \Doctrine\DBAL\Logging\LoggerChain();
     $c->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $c->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $d = new \Doctrine\DBAL\Configuration();
     $d->setSQLLogger($c);
     $e = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter();
     $f = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $f->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('gallery_images', $e, $a, $b));
     $f->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('achievement_images', $e, $a, $b));
     $f->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('gallery_images', $e, $a, $b));
     $f->addEventSubscriber(new \FOS\UserBundle\Doctrine\UserListener($this));
     $f->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('achievement_images', $e, $a, $b));
     $f->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('achievement_images', $e, $a, $b));
     $f->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('gallery_images', $e, $a, $b));
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'host' => 'sql.karas1993.nazwa.pl', 'port' => 3306, 'dbname' => 'karas1993', 'user' => 'karas1993', 'password' => 'Kkoaw1492', 'charset' => 'UTF8', 'driverOptions' => array(), 'defaultTableOptions' => array()), $d, $f, array());
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Doctrine\DBAL\Connection A Doctrine\DBAL\Connection instance
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = new \Doctrine\DBAL\Logging\LoggerChain();
     $a->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $a->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $b = new \Doctrine\DBAL\Configuration();
     $b->setSQLLogger($a);
     $c = new \Gedmo\Timestampable\TimestampableListener();
     $c->setAnnotationReader($this->get('annotation_reader'));
     $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $d->addEventSubscriber($c);
     $d->addEventSubscriber(new \FOS\UserBundle\Doctrine\UserListener($this->get('fos_user.util.password_updater'), $this->get('fos_user.util.canonical_fields_updater')));
     $d->addEventListener(array(0 => 'loadClassMetadata'), $this->get('doctrine.orm.default_listeners.attach_entity_listeners'));
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => NULL, 'dbname' => 'rest', 'user' => 'rest', 'password' => 'Ium2F2CZHMdEj7OP8L5mcT1xfawNc2dt', 'charset' => 'UTF8', 'driverOptions' => array(), 'serverVersion' => 5.6, 'defaultTableOptions' => array()), $b, $d, array('enum' => 'string'));
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Doctrine\DBAL\Connection A Doctrine\DBAL\Connection instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = new \Doctrine\DBAL\Logging\LoggerChain();
     $a->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $a->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $b = new \Doctrine\DBAL\Configuration();
     $b->setSQLLogger($a);
     $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $c->addEventSubscriber($this->get('sonata.easy_extends.doctrine.mapper'));
     $c->addEventSubscriber(new \FOS\UserBundle\Entity\UserListener($this));
     $c->addEventListener(array(0 => 'postGenerateSchema'), 'security.acl.dbal.schema_listener');
     $c->addEventListener(array(0 => 'postGenerateSchema'), 'doctrine_phpcr.jackalope_doctrine_dbal.schema_listener');
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'host' => '192.168.50.4', 'port' => NULL, 'dbname' => 'cmf', 'user' => 'external', 'password' => 'external', 'charset' => 'UTF8', 'driverOptions' => array()), $b, $c, array());
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return stdClass A stdClass instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = new \Doctrine\DBAL\Logging\LoggerChain();
     $a->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $a->addLogger(new \Doctrine\DBAL\Logging\DebugStack());
     $b = new \Doctrine\DBAL\Configuration();
     $b->setSQLLogger($a);
     $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $c->addEventSubscriber(new \FOS\UserBundle\Doctrine\Orm\UserListener($this));
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'host' => 'mysql1.alwaysdata.com', 'port' => NULL, 'dbname' => 'checo1983_pets', 'user' => 'checo1983', 'password' => 'ciphron', 'charset' => 'UTF8', 'driverOptions' => array()), $b, $c, array());
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Doctrine\DBAL\Connection A Doctrine\DBAL\Connection instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = new \Doctrine\DBAL\Logging\LoggerChain();
     $a->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $a->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $b = new \Doctrine\DBAL\Configuration();
     $b->setSQLLogger($a);
     $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $c->addEventSubscriber(new \Doctrine\DBAL\Event\Listeners\MysqlSessionInit('UTF8'));
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'port' => '', 'dbname' => '', 'user' => 'root', 'password' => NULL, 'host' => 'localhost', 'driverOptions' => array()), $b, $c, array());
 }
 /**
  * Gets the 'doctrine.dbal.default_connection' service.
  *
  * This service is shared.
  * This method always returns the same instance of the service.
  *
  * @return \Doctrine\DBAL\Connection A Doctrine\DBAL\Connection instance.
  */
 protected function getDoctrine_Dbal_DefaultConnectionService()
 {
     $a = $this->get('vich_uploader.metadata_reader');
     $b = $this->get('vich_uploader.upload_handler');
     $c = $this->get('annotation_reader');
     $d = new \Doctrine\DBAL\Logging\LoggerChain();
     $d->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE), $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)));
     $d->addLogger($this->get('doctrine.dbal.logger.profiling.default'));
     $e = new \Doctrine\DBAL\Configuration();
     $e->setSQLLogger($d);
     $f = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter();
     $g = new \Gedmo\Timestampable\TimestampableListener();
     $g->setAnnotationReader($c);
     $h = new \Gedmo\Sluggable\SluggableListener();
     $h->setAnnotationReader($c);
     $i = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
     $i->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('title_image', $f, $a, $b));
     $i->addEventSubscriber($g);
     $i->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('title_image', $f, $a, $b));
     $i->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('title_image', $f, $a, $b));
     $i->addEventSubscriber($h);
     $i->addEventListener(array(0 => 'loadClassMetadata'), $this->get('doctrine.orm.default_listeners.attach_entity_listeners'));
     return $this->services['doctrine.dbal.default_connection'] = $this->get('doctrine.dbal.connection_factory')->createConnection(array('driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => NULL, 'dbname' => 'blog', 'user' => 'root', 'password' => 877890, 'charset' => 'UTF8', 'driverOptions' => array(), 'defaultTableOptions' => array()), $e, $i, array());
 }