PHP Class App\Listeners\ClientActionNotify

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 clientAction
Résultat void