PHP Class skeeks\cms\console\controllers\MigrateController

Inheritance: extends yii\console\controllers\MigrateController
Afficher le fichier Open project: skeeks-cms/cms

Protected Properties

Свойство Type Description
$_runtimeMigrationPath

Méthodes publiques

Méthode Description
beforeAction ( Action $action ) : boolean This method is invoked right before an action is to be executed (after all possible filters.) It checks the existence of the [[migrationPath]].

Méthodes protégées

Méthode Description
_copyMigrations ( )

Private Methods

Méthode Description
_findMigrationDirs ( ) : array
_findMigrationPossibleDirs ( ) : array

Method Details

_copyMigrations() protected méthode

protected _copyMigrations ( )

beforeAction() public méthode

This method is invoked right before an action is to be executed (after all possible filters.) It checks the existence of the [[migrationPath]].
public beforeAction ( Action $action ) : boolean
$action yii\base\Action the action to be executed.
Résultat boolean whether the action should continue to be executed.

Property Details

$_runtimeMigrationPath protected_oe property

protected $_runtimeMigrationPath