REBELinBLUE\Deployer\Presenters\CommandPresenter::presentBeforeClone PHP Méthode

presentBeforeClone() public méthode

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