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".