PHP Class Doctrine\DBAL\Migrations\Configuration\Connection\Loader\ConnectionConfigurationLoader

Inheritance: implements Doctrine\DBAL\Migrations\Configuration\Connection\ConnectionLoaderInterface
Afficher le fichier Open project: doctrine/migrations

Méthodes publiques

Méthode Description
__construct ( Configuration $configuration = null )
chosen ( ) : Doctrine\DBAL\Connection | null read the input and return a Configuration, returns false if the config is not supported

Method Details

__construct() public méthode

public __construct ( Configuration $configuration = null )
$configuration Doctrine\DBAL\Migrations\Configuration\Configuration

chosen() public méthode

read the input and return a Configuration, returns false if the config is not supported
public chosen ( ) : Doctrine\DBAL\Connection | null
Résultat Doctrine\DBAL\Connection | null