PHP Class app\events\LeadAction

Inheritance: use trait Illuminate\Broadcasting\InteractsWithSockets, use trait Illuminate\Queue\SerializesModels
Afficher le fichier Open project: bottelet/flarepoint Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Create a new event instance.
public __construct ( Leads $lead, $action ) : void
$lead app\models\Leads
Résultat void

broadcastOn() public méthode

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

getAction() public méthode

public getAction ( )

getLead() public méthode

public getLead ( )