PHP 클래스 eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\Parser\IO

상속: extends eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\AbstractParser
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
__construct ( eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ComplexSettings\ComplexSettingParserInterface $complexSettingParser )
addSemanticConfig ( Symfony\Component\Config\Definition\Builder\NodeBuilder $nodeBuilder )
mapConfig ( array &$scopeSettings, $currentScope, eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface $contextualizer )
postMap ( array $config, eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface $contextualizer ) Post process configuration to add io_root_dir and io_prefix.

비공개 메소드들

메소드 설명
addComplexParametersDependencies ( $parameter, $scope, ContainerBuilder $container ) Applies dependencies of complex $parameter in $scope.
postProcessComplexSetting ( $setting, $sa, ContainerBuilder $container )

메소드 상세

__construct() 공개 메소드

public __construct ( eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ComplexSettings\ComplexSettingParserInterface $complexSettingParser )
$complexSettingParser eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ComplexSettings\ComplexSettingParserInterface

addSemanticConfig() 공개 메소드

public addSemanticConfig ( Symfony\Component\Config\Definition\Builder\NodeBuilder $nodeBuilder )
$nodeBuilder Symfony\Component\Config\Definition\Builder\NodeBuilder

mapConfig() 공개 메소드

public mapConfig ( array &$scopeSettings, $currentScope, eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface $contextualizer )
$scopeSettings array
$contextualizer eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface

postMap() 공개 메소드

Post process configuration to add io_root_dir and io_prefix.
public postMap ( array $config, eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface $contextualizer )
$config array
$contextualizer eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface