PHP Класс skeeks\cms\console\controllers\MigrateController

Наследование: extends yii\console\controllers\MigrateController
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_runtimeMigrationPath

Открытые методы

Метод Описание
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]].

Защищенные методы

Метод Описание
_copyMigrations ( )

Приватные методы

Метод Описание
_findMigrationDirs ( ) : array
_findMigrationPossibleDirs ( ) : array

Описание методов

_copyMigrations() защищенный Метод

protected _copyMigrations ( )

beforeAction() публичный Метод

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.
Результат boolean whether the action should continue to be executed.

Описание свойств

$_runtimeMigrationPath защищенное свойство

protected $_runtimeMigrationPath