Elcodi\Plugin\StoreSetupWizardBundle\EventListener\DashboardRedirectionEventListener::__construct PHP Method

__construct() public method

Builds a new class
public __construct ( Symfony\Component\Routing\Generator\UrlGeneratorInterface $urlGenerator, WizardStatus $wizardStatus, WizardRoutes $wizardRoutes )
$urlGenerator Symfony\Component\Routing\Generator\UrlGeneratorInterface An url generator
$wizardStatus Elcodi\Plugin\StoreSetupWizardBundle\Services\WizardStatus A wizard status service
$wizardRoutes Elcodi\Plugin\StoreSetupWizardBundle\Services\WizardRoutes A wizard routes service
    public function __construct(UrlGeneratorInterface $urlGenerator, WizardStatus $wizardStatus, WizardRoutes $wizardRoutes)
    {
        $this->urlGenerator = $urlGenerator;
        $this->wizardStatus = $wizardStatus;
        $this->wizardRoutes = $wizardRoutes;
    }