Broadcaster class Broadcaster implements
mixed __call(string $method, array $parameters) Dynamically call the default
void routes(array $attributes = null) Register the routes for handling
bool isDeferred() Determine if the provider is deferred.
void __construct(string $name) Create a new channel instance.
mixed auth(Request $request)
void broadcast(array $channels, string $event, array $payload = array()) Broadcast
string __toString() Convert the channel instance to a string.
void connection(string $driver = null) Get a driver instance.
Page 6 of 8