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

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

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