PHP Class App\Listeners\TaskActionNotify

Afficher le fichier Open project: bottelet/flarepoint

Méthodes publiques

Méthode Description
__construct ( ) : void Create the event listener.
handle ( TaskAction $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 ( TaskAction $event ) : void
$event app\events\TaskAction
Résultat void