PHP Class App\Events\ClientAction

Inheritance: use trait Illuminate\Broadcasting\InteractsWithSockets, use trait Illuminate\Queue\SerializesModels
Mostra file Open project: bottelet/flarepoint Class Usage Examples

Public Methods

Method Description
__construct ( Client $client, $action ) : void Create a new event instance.
broadcastOn ( ) : Illuminate\Broadcasting\Channel | array Get the channels the event should broadcast on.
getAction ( )
getClient ( )

Method Details

__construct() public method

Create a new event instance.
public __construct ( Client $client, $action ) : void
$client app\models\Client
return void

broadcastOn() public method

Get the channels the event should broadcast on.
public broadcastOn ( ) : Illuminate\Broadcasting\Channel | array
return Illuminate\Broadcasting\Channel | array

getAction() public method

public getAction ( )

getClient() public method

public getClient ( )