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

Inheritance: implements Doctrine\DBAL\Migrations\Configuration\Connection\ConnectionLoaderInterface
Show file Open project: doctrine/migrations

Public Methods

Method 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 method

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

chosen() public method

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