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(string $method, array $parameters) Dynamically call the default driver instance. | from Manager |
void | setDefaultDriver(string $name) Set the default mail driver name. |
Please login to continue.