eZ\Bundle\EzPublishCoreBundle\EventListener\ConsoleCommandListener::__construct PHP Метод

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

ConsoleCommandListener constructor.
public __construct ( $defaultSiteAccessName, array $siteAccessList, Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher )
$siteAccessList array
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
    public function __construct($defaultSiteAccessName, array $siteAccessList, EventDispatcherInterface $eventDispatcher)
    {
        $this->defaultSiteAccessName = $defaultSiteAccessName;
        $this->siteAccessList = $siteAccessList;
        $this->eventDispatcher = $eventDispatcher;
    }