REBELinBLUE\Deployer\DeployStep::getPresenter PHP Method

getPresenter() public method

Gets the view presenter.
public getPresenter ( ) : DeployStepPresenter
return REBELinBLUE\Deployer\Presenters\DeployStepPresenter
    public function getPresenter()
    {
        return new DeployStepPresenter($this);
    }