PHP Class Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SmtpTransportConfigurator

Datei anzeigen Open project: symfony/swiftmailer-bundle

Public Methods

Method Description
__construct ( $localDomain, Symfony\Component\Routing\RequestContext $requestContext = null )
configure ( Swift_Transport_AbstractSmtpTransport $transport ) Sets the local domain based on the current request context.

Method Details

__construct() public method

public __construct ( $localDomain, Symfony\Component\Routing\RequestContext $requestContext = null )
$requestContext Symfony\Component\Routing\RequestContext

configure() public method

Sets the local domain based on the current request context.
public configure ( Swift_Transport_AbstractSmtpTransport $transport )
$transport Swift_Transport_AbstractSmtpTransport