Elcodi\Plugin\StoreSetupWizardBundle\Services\WizardRoutes::getNextStepRoute PHP 메소드

getNextStepRoute() 공개 메소드

Get the next step route.
public getNextStepRoute ( ) : string
리턴 string The route
    public function getNextStepRoute()
    {
        $nextStep = $this->wizardStatus->getNextStep();
        return $this->getStepRoute($nextStep);
    }