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

presentAfterPurge() public method

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