PATH:
home
/
lab2454c
/
healthvalidate.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Broadcasting
<?php namespace Illuminate\Contracts\Broadcasting; interface Factory { /** * Get a broadcaster implementation by name. * * @param string|null $name * @return \Illuminate\Contracts\Broadcasting\Broadcaster */ public function connection($name = null); }
[+]
..
[-] ShouldBroadcastNow.php
[edit]
[-] HasBroadcastChannel.php
[edit]
[-] Broadcaster.php
[edit]
[-] Factory.php
[edit]
[-] ShouldBroadcast.php
[edit]