PHP Class App\Listeners\ClientActionLog

Afficher le fichier Open project: bottelet/flarepoint

Méthodes publiques

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

Method Details

__construct() public méthode

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

handle() public méthode

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