PHP Class App\Listeners\LeadActionLog

Afficher le fichier Open project: bottelet/flarepoint

Méthodes publiques

Méthode Description
__construct ( ) : void Action the event listener.
handle ( LeadAction $event ) : void Handle the event.

Method Details

__construct() public méthode

Action the event listener.
public __construct ( ) : void
Résultat void

handle() public méthode

Handle the event.
public handle ( LeadAction $event ) : void
$event App\Events\LeadAction
Résultat void