PHP 인터페이스 Symfony\Component\DependencyInjection\Extension\ExtensionInterface

저자: Fabien Potencier ([email protected])
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks 0 사용 예제들

공개 메소드들

메소드 설명
getAlias ( ) : string Returns the recommended alias to use in XML.
getNamespace ( ) : string Returns the namespace to be used for this extension (XML namespace).
getXsdValidationBasePath ( ) : string Returns the base path for the XSD files.
load ( array $config, ContainerBuilder $container ) Loads a specific configuration.

메소드 상세

getAlias() 공개 메소드

This alias is also the mandatory prefix to use when using YAML.
public getAlias ( ) : string
리턴 string The alias

getNamespace() 공개 메소드

Returns the namespace to be used for this extension (XML namespace).
public getNamespace ( ) : string
리턴 string The XML namespace

getXsdValidationBasePath() 공개 메소드

Returns the base path for the XSD files.
public getXsdValidationBasePath ( ) : string
리턴 string The XSD base path

load() 공개 메소드

Loads a specific configuration.
public load ( array $config, ContainerBuilder $container )
$config array An array of configuration values
$container Symfony\Component\DependencyInjection\ContainerBuilder A ContainerBuilder instance