ChannelManager::getDefaultDriver()

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

ChannelManager::extend()

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

ChannelManager::getDrivers()

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

ChannelManager::send()

void send(Collection|array|mixed $notifiables, mixed $notification) Send the given notification to the given notifiable entities. Parameters Collection|array|mixed $notifiables mixed $notification Return Value void

ChannelManager::driver()

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

ChannelManager::channel()

mixed channel(string|null $name = null) Get a channel instance. Parameters string|null $name Return Value mixed

ChannelManager

ChannelManager class ChannelManager extends Manager implements Dispatcher, Factory (View source) Methods void __construct(Application $app) Create a new manager instance. from Manager string getDefaultDriver() Get the default channel 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".

ChannelManager::deliverVia()

void deliverVia(string $channel) Set the default channel driver name. Parameters string $channel Return Value void

ChannelManager::deliversVia()

string deliversVia() Get the default channel driver name. Return Value string

Channel::__toString()

string __toString() Convert the channel instance to a string. Return Value string