PHP Class eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\ConfigResolverParameterPass
It will replace those parameters by fake services having the config resolver as factory.
The factory method will then return the right value, at runtime.
Supported syntax for parameters: $
[;[;]]$
Exibir arquivo
Open project: ezsystems/ezpublish-kernel
Class Usage Examples
Public Methods
Method |
Description |
|
__construct ( eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\DynamicSettingParserInterface $dynamicSettingParser ) |
|
|
process ( ContainerBuilder $container ) |
|
|
Private Methods
Method |
Description |
|
createExpression ( array $dynamicSetting ) : Symfony\Component\ExpressionLanguage\Expression |
Returns the expression object corresponding to passed dynamic setting. |
|
Method Details
__construct()
public method
public __construct ( eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\DynamicSettingParserInterface $dynamicSettingParser ) |
$dynamicSettingParser |
eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\DynamicSettingParserInterface |
|
public process ( ContainerBuilder $container ) |
$container |
Symfony\Component\DependencyInjection\ContainerBuilder |
|