Метод | Описание | |
---|---|---|
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 ) |
protected getDirectoryRelativeToFile ( $file, $input ) |