PHP Class REBELinBLUE\Deployer\Presenters\CommandPresenter

Inheritance: extends Robbo\Presenter\Presenter
Show file Open project: rebelinblue/deployer

Public Methods

Method Description
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.

Private Methods

Method Description
commandNames ( integer $stage ) : string Gets the readable list of commands.

Method Details

presentAfterActivate() public method

Gets the readable list of after activate commands.
See also: CommandPresenter::commandNames()
public presentAfterActivate ( ) : string
return string

presentAfterClone() public method

Gets the readable list of after clone commands.
See also: CommandPresenter::commandNames()
public presentAfterClone ( ) : string
return string

presentAfterInstall() public method

Gets the readable list of after install commands.
See also: CommandPresenter::commandNames()
public presentAfterInstall ( ) : string
return string

presentAfterPurge() public method

Gets the readable list of after purge commands.
See also: CommandPresenter::commandNames()
public presentAfterPurge ( ) : string
return string

presentBeforeActivate() public method

Gets the readable list of before activate commands.
See also: CommandPresenter::commandNames()
public presentBeforeActivate ( ) : string
return string

presentBeforeClone() public method

Gets the readable list of before clone commands.
See also: CommandPresenter::commandNames()
public presentBeforeClone ( ) : string
return string

presentBeforeInstall() public method

Gets the readable list of before install commands.
See also: CommandPresenter::commandNames()
public presentBeforeInstall ( ) : string
return string

presentBeforePurge() public method

Gets the readable list of before purge commands.
See also: CommandPresenter::commandNames()
public presentBeforePurge ( ) : string
return string