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

Config builders can be used to add/extend configuration.
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 0 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

addConfig() 공개 메소드

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

addResource() 공개 메소드

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