PHP 클래스 Cake\Upgrade\Shell\UpgradeShell

상속: extends Cake\Console\Shell
파일 보기 프로젝트 열기: cakephp/upgrade

공개 프로퍼티들

프로퍼티 타입 설명
$tasks array Tasks loaded.

공개 메소드들

메소드 설명
all ( ) : void All command.
getOptionParser ( ) : ConsoleOptionParser Get the option parser

보호된 메소드들

메소드 설명
_getActions ( ) : array _getActions

메소드 상세

_getActions() 보호된 메소드

If the all function is called, derive which tasks to call, and in what order based on the option parser info
protected _getActions ( ) : array
리턴 array

all() 공개 메소드

All command.
public all ( ) : void
리턴 void

getOptionParser() 공개 메소드

Get the option parser
public getOptionParser ( ) : ConsoleOptionParser
리턴 ConsoleOptionParser

프로퍼티 상세

$tasks 공개적으로 프로퍼티

Tasks loaded.
public array $tasks
리턴 array