TransportManager::getDrivers()

array getDrivers() Get all of the created "drivers". Return Value array

TransportManager::getDefaultDriver()

string getDefaultDriver() Get the default mail driver name. Return Value string

TransportManager::__construct()

void __construct(Application $app) Create a new manager instance. Parameters Application $app Return Value void

TransportManager::driver()

mixed driver(string $driver = null) Get a driver instance. Parameters string $driver Return Value mixed

Transport::stop()

stop() {@inheritdoc}

TransportManager::extend()

$this extend(string $driver, Closure $callback) Register a custom driver creator Closure. Parameters string $driver Closure $callback Return Value $this

TransportManager

TransportManager class TransportManager extends Manager (View source) Methods void __construct(Application $app) Create a new manager instance. from Manager string getDefaultDriver() Get the default mail driver name. mixed driver(string $driver = null) Get a driver instance. from Manager $this extend(string $driver, Closure $callback) Register a custom driver creator Closure. from Manager array getDrivers() Get all of the created "drivers". from Manager mixed __call(s

Transport

Transport class Transport implements Swift_Transport (View source) Properties array $plugins The plug-ins registered with the transport.

Translator::__construct()

void __construct(LoaderInterface $loader, string $locale) Create a new translator instance. Parameters LoaderInterface $loader string $locale Return Value void

Translator::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException