PHP Class App\Listeners\TaskActionLog

Show file Open project: bottelet/flarepoint

Public Methods

Method Description
__construct ( ) : void Create the event listener.
handle ( TaskAction $event ) : void Handle the event.

Method Details

__construct() public method

Create the event listener.
public __construct ( ) : void
return void

handle() public method

Handle the event.
public handle ( TaskAction $event ) : void
$event App\Events\TaskAction
return void