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

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

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