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

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

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