PHP 클래스 REBELinBLUE\Deployer\Presenters\CommandPresenter

상속: extends Robbo\Presenter\Presenter
파일 보기 프로젝트 열기: rebelinblue/deployer

공개 메소드들

메소드 설명
presentAfterActivate ( ) : string Gets the readable list of after activate commands.
presentAfterClone ( ) : string Gets the readable list of after clone commands.
presentAfterInstall ( ) : string Gets the readable list of after install commands.
presentAfterPurge ( ) : string Gets the readable list of after purge commands.
presentBeforeActivate ( ) : string Gets the readable list of before activate commands.
presentBeforeClone ( ) : string Gets the readable list of before clone commands.
presentBeforeInstall ( ) : string Gets the readable list of before install commands.
presentBeforePurge ( ) : string Gets the readable list of before purge commands.

비공개 메소드들

메소드 설명
commandNames ( integer $stage ) : string Gets the readable list of commands.

메소드 상세

presentAfterActivate() 공개 메소드

Gets the readable list of after activate commands.
또한 보기: CommandPresenter::commandNames()
public presentAfterActivate ( ) : string
리턴 string

presentAfterClone() 공개 메소드

Gets the readable list of after clone commands.
또한 보기: CommandPresenter::commandNames()
public presentAfterClone ( ) : string
리턴 string

presentAfterInstall() 공개 메소드

Gets the readable list of after install commands.
또한 보기: CommandPresenter::commandNames()
public presentAfterInstall ( ) : string
리턴 string

presentAfterPurge() 공개 메소드

Gets the readable list of after purge commands.
또한 보기: CommandPresenter::commandNames()
public presentAfterPurge ( ) : string
리턴 string

presentBeforeActivate() 공개 메소드

Gets the readable list of before activate commands.
또한 보기: CommandPresenter::commandNames()
public presentBeforeActivate ( ) : string
리턴 string

presentBeforeClone() 공개 메소드

Gets the readable list of before clone commands.
또한 보기: CommandPresenter::commandNames()
public presentBeforeClone ( ) : string
리턴 string

presentBeforeInstall() 공개 메소드

Gets the readable list of before install commands.
또한 보기: CommandPresenter::commandNames()
public presentBeforeInstall ( ) : string
리턴 string

presentBeforePurge() 공개 메소드

Gets the readable list of before purge commands.
또한 보기: CommandPresenter::commandNames()
public presentBeforePurge ( ) : string
리턴 string