PHP Класс REBELinBLUE\Deployer\Presenters\CommandPresenter

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

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

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