PHP 클래스 Doctrine\DBAL\Migrations\Configuration\AbstractFileConfiguration

부터: 2.0
저자: Jonathan H. Wage ([email protected])
상속: extends Configuration
파일 보기 프로젝트 열기: doctrine/migrations

공개 메소드들

메소드 설명
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