NullBroadcaster
class NullBroadcaster extends Broadcaster (View source)
Methods
$this | channel(string $channel, callable $callback) Register a channel authenticator. | from Broadcaster |
mixed | auth(Request $request) Authenticate the incoming request for a given channel. | |
mixed | validAuthenticationResponse(Request $request, mixed $result) Return the valid authentication response. | |
void | broadcast(array $channels, string $event, array $payload = array()) Broadcast the given event. |
Please login to continue.