PHP 클래스 skeeks\cms\console\controllers\MigrateController

상속: extends yii\console\controllers\MigrateController
파일 보기 프로젝트 열기: skeeks-cms/cms

보호된 프로퍼티들

프로퍼티 타입 설명
$_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