Property | Type | Description | |
---|---|---|---|
$_runtimeMigrationPath |
Method | Description | |
---|---|---|
beforeAction ( |
This method is invoked right before an action is to be executed (after all possible filters.) It checks the existence of the [[migrationPath]]. |
Method | Description | |
---|---|---|
_copyMigrations ( ) |
Method | Description | |
---|---|---|
_findMigrationDirs ( ) : array | ||
_findMigrationPossibleDirs ( ) : array |
public beforeAction ( |
||
$action | the action to be executed. | |
return | boolean | whether the action should continue to be executed. |