PHP Класс Elcodi\Plugin\StoreSetupWizardBundle\EventListener\DisableWizardEventListener

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$plugin Elcodi\Component\Plugin\Entity\Plugin Plugin
$pluginManager Elcodi\Component\Plugin\Services\PluginManager A plugin manager service.
$pluginObjectManager Doctrine\Common\Persistence\ObjectManager Plugin object manager
$store Elcodi\Component\Store\Entity\Interfaces\StoreInterface Store
$wizardStatus Elcodi\Plugin\StoreSetupWizardBundle\Services\WizardStatus A wizard status service.

Открытые методы

Метод Описание
__construct ( WizardStatus $wizardStatus, Elcodi\Component\Plugin\Services\PluginManager $pluginManager, Doctrine\Common\Persistence\ObjectManager $pluginObjectManager, Elcodi\Component\Store\Entity\Interfaces\StoreInterface $store ) Builds a new class
handle ( GetResponseEvent $event ) Checks if the plugin should be disabled
setPlugin ( Elcodi\Component\Plugin\Entity\Plugin $plugin ) Set plugin

Описание методов

__construct() публичный Метод

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

handle() публичный Метод

Checks if the plugin should be disabled
public handle ( GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent The response event

setPlugin() публичный Метод

Set plugin
public setPlugin ( Elcodi\Component\Plugin\Entity\Plugin $plugin )
$plugin Elcodi\Component\Plugin\Entity\Plugin Plugin

Описание свойств

$plugin защищенное свойство

Plugin
protected Plugin,Elcodi\Component\Plugin\Entity $plugin
Результат Elcodi\Component\Plugin\Entity\Plugin

$pluginManager защищенное свойство

A plugin manager service.
protected PluginManager,Elcodi\Component\Plugin\Services $pluginManager
Результат Elcodi\Component\Plugin\Services\PluginManager

$pluginObjectManager защищенное свойство

Plugin object manager
protected ObjectManager,Doctrine\Common\Persistence $pluginObjectManager
Результат Doctrine\Common\Persistence\ObjectManager

$store защищенное свойство

Store
protected StoreInterface,Elcodi\Component\Store\Entity\Interfaces $store
Результат Elcodi\Component\Store\Entity\Interfaces\StoreInterface

$wizardStatus защищенное свойство

A wizard status service.
protected WizardStatus,Elcodi\Plugin\StoreSetupWizardBundle\Services $wizardStatus
Результат Elcodi\Plugin\StoreSetupWizardBundle\Services\WizardStatus