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

presentAfterClone() public method

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