\PhinxConfig

Phinx configuration class.

Summary

Methods
Properties
Constants
__construct()
getDbConfig()
getMigrationPath()
getMigrationBaseClassName()
getMigrationTemplateFile()
getMigrationTemplateClass()
getSeedPath()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$values
$dbConfig
N/A

Properties

$values

$values : array

Type

array

$dbConfig

$dbConfig : 

Type

Methods

__construct()

__construct(  $configFile) 

{@inheritdoc}

Parameters

$configFile

getDbConfig()

getDbConfig() 

getMigrationPath()

getMigrationPath() 

{@inheritdoc}

getMigrationBaseClassName()

getMigrationBaseClassName(boolean  $dropNamespace = true) : string

Gets the base class name for migrations.

Parameters

boolean $dropNamespace

Return the base migration class name without the namespace.

Returns

string

getMigrationTemplateFile()

getMigrationTemplateFile() : string|false

Get the template file name.

Returns

string|false

getMigrationTemplateClass()

getMigrationTemplateClass() : string|false

Get the template class name.

Returns

string|false

getSeedPath()

getSeedPath() 

{@inheritdoc}