REBELinBLUE\Deployer\Presenters\CommandPresenter::presentBeforeActivate PHP Метод

presentBeforeActivate() публичный Метод

Gets the readable list of before activate commands.
См. также: CommandPresenter::commandNames()
public presentBeforeActivate ( ) : string
Результат string
    public function presentBeforeActivate()
    {
        return $this->commandNames(Command::BEFORE_ACTIVATE);
    }