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

presentBeforeClone() public method

Gets the readable list of before clone commands.
See also: CommandPresenter::commandNames()
public presentBeforeClone ( ) : string
return string
    public function presentBeforeClone()
    {
        return $this->commandNames(Command::BEFORE_CLONE);
    }