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

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

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