PHP Класс Doctrine\DBAL\Migrations\Configuration\Connection\Loader\ConnectionConfigurationLoader

Наследование: implements Doctrine\DBAL\Migrations\Configuration\Connection\ConnectionLoaderInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Configuration $configuration = null )
chosen ( ) : Doctrine\DBAL\Connection | null read the input and return a Configuration, returns false if the config is not supported

Описание методов

__construct() публичный Метод

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

chosen() публичный Метод

read the input and return a Configuration, returns false if the config is not supported
public chosen ( ) : Doctrine\DBAL\Connection | null
Результат Doctrine\DBAL\Connection | null