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

__construct() public method

Builds a new class
public __construct ( WizardStatus $wizardStatus, Elcodi\Component\Plugin\Services\PluginManager $pluginManager, Doctrine\Common\Persistence\ObjectManager $pluginObjectManager, Elcodi\Component\Store\Entity\Interfaces\StoreInterface $store )
$wizardStatus Elcodi\Plugin\StoreSetupWizardBundle\Services\WizardStatus A wizard status service
$pluginManager Elcodi\Component\Plugin\Services\PluginManager A plugin manager
$pluginObjectManager Doctrine\Common\Persistence\ObjectManager Plugin object manager
$store Elcodi\Component\Store\Entity\Interfaces\StoreInterface Store
    public function __construct(WizardStatus $wizardStatus, PluginManager $pluginManager, ObjectManager $pluginObjectManager, StoreInterface $store)
    {
        $this->wizardStatus = $wizardStatus;
        $this->pluginManager = $pluginManager;
        $this->pluginObjectManager = $pluginObjectManager;
        $this->store = $store;
    }
DisableWizardEventListener