REBELinBLUE\Deployer\Presenters\CommandPresenter::presentBeforeActivate PHP Method

presentBeforeActivate() public method

Gets the readable list of before activate commands.
See also: CommandPresenter::commandNames()
public presentBeforeActivate ( ) : string
return string
    public function presentBeforeActivate()
    {
        return $this->commandNames(Command::BEFORE_ACTIVATE);
    }