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

presentBeforePurge() public method

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