PHP Класс Doctrine\DBAL\Migrations\Configuration\AbstractFileConfiguration

С версии: 2.0
Автор: Jonathan H. Wage ([email protected])
Наследование: extends Configuration
Показать файл Открыть проект

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

Метод Описание
getFile ( )
load ( string $file ) Load the information from the passed configuration file

Защищенные методы

Метод Описание
doLoad ( string $file ) Abstract method that each file configuration driver must implement to load the given configuration file whether it be xml, yaml, etc. or something else.
getDirectoryRelativeToFile ( $file, $input )
setConfiguration ( array $config )

Приватные методы

Метод Описание
loadMigrations ( $migrations )
loadMigrationsFromDirectory ( $migrationsDirectory )
setMigrationOrganisation ( $migrationOrganisation )

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

doLoad() абстрактный защищенный Метод

Abstract method that each file configuration driver must implement to load the given configuration file whether it be xml, yaml, etc. or something else.
abstract protected doLoad ( string $file )
$file string The path to a configuration file.

getDirectoryRelativeToFile() защищенный Метод

protected getDirectoryRelativeToFile ( $file, $input )

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

public getFile ( )

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

Load the information from the passed configuration file
public load ( string $file )
$file string The path to the configuration file

setConfiguration() защищенный Метод

protected setConfiguration ( array $config )
$config array