PHP Class eZ\Bundle\EzPublishLegacySearchEngineBundle\ApiLoader\ConnectionFactory

Inheritance: implements Symfony\Component\DependencyInjection\ContainerAwareInterface, use trait Symfony\Component\DependencyInjection\ContainerAwareTrait
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$repositoryConfigurationProvider eZ\Bundle\EzPublishCoreBundle\ApiLoader\RepositoryConfigurationProvider

Public Methods

Method Description
__construct ( RepositoryConfigurationProvider $repositoryConfigurationProvider )
getConnection ( ) : Doctrine\DBAL\Connection Returns database connection used by database handler.

Method Details

__construct() public method

public __construct ( RepositoryConfigurationProvider $repositoryConfigurationProvider )
$repositoryConfigurationProvider eZ\Bundle\EzPublishCoreBundle\ApiLoader\RepositoryConfigurationProvider

getConnection() public method

Returns database connection used by database handler.
public getConnection ( ) : Doctrine\DBAL\Connection
return Doctrine\DBAL\Connection

Property Details

$repositoryConfigurationProvider protected_oe property

protected RepositoryConfigurationProvider,eZ\Bundle\EzPublishCoreBundle\ApiLoader $repositoryConfigurationProvider
return eZ\Bundle\EzPublishCoreBundle\ApiLoader\RepositoryConfigurationProvider