PHP Class app\events\LeadAction

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

Public Methods

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

Method Details

__construct() public method

Create a new event instance.
public __construct ( Leads $lead, $action ) : void
$lead app\models\Leads
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 ( )

getLead() public method

public getLead ( )