PHP 인터페이스 eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\ConfigurationMapperInterface

ConfigurationMapper needs to be passed to ConfigurationProcessor::mapConfig().
또한 보기: ConfigurationProcessor::mapConfig()
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
mapConfig ( array &$scopeSettings, string $currentScope, eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface $contextualizer ) Does semantic config to internal container parameters mapping for $currentScope.

메소드 상세

mapConfig() 공개 메소드

This method is called by the ConfigurationProcessor, for each available scopes (e.g. SiteAccess, SiteAccess groups or "global").
public mapConfig ( array &$scopeSettings, string $currentScope, eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface $contextualizer )
$scopeSettings array Parsed semantic configuration for current scope. It is passed by reference, making it possible to alter it for usage after `mapConfig()` has run.
$currentScope string
$contextualizer eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface