PHP 클래스 Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerExtension

저자: Fabien Potencier ([email protected])
상속: extends Symfony\Component\HttpKernel\DependencyInjection\Extension
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks 1 사용 예제들

공개 메소드들

메소드 설명
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 $configs, ContainerBuilder $container ) Loads the Swift Mailer configuration.

메소드 상세

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() 공개 메소드

Usage example: fabien xxxxx
public load ( array $configs, ContainerBuilder $container )
$configs array An array of configuration settings
$container Symfony\Component\DependencyInjection\ContainerBuilder A ContainerBuilder instance