PHP Interface eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ConfigBuilderInterface

Config builders can be used to add/extend configuration.
ファイルを表示 Open project: ezsystems/ezpublish-kernel Interface Usage Examples

Public Methods

Method Description
addConfig ( array $config ) Adds config to the builder.
addResource ( Symfony\Component\Config\Resource\ResourceInterface $resource ) Adds given resource, which would typically be added to container resources.

Method Details

addConfig() public method

Adds config to the builder.
public addConfig ( array $config )
$config array

addResource() public method

Adds given resource, which would typically be added to container resources.
public addResource ( Symfony\Component\Config\Resource\ResourceInterface $resource )
$resource Symfony\Component\Config\Resource\ResourceInterface