Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerExtension::getNamespace PHP Méthode

getNamespace() public méthode

Returns the namespace to be used for this extension (XML namespace).
public getNamespace ( ) : string
Résultat string The XML namespace
    public function getNamespace()
    {
        return 'http://symfony.com/schema/dic/swiftmailer';
    }