_connection = $connection; } /** * Retrieves the Doctrine database Connection. * * @return Connection */ public function getConnection() { return $this->_connection; } /** * {@inheritdoc} */ public function getName() { return 'connection'; } }