PHP Class App\Listeners\ClientActionNotify

Show file Open project: bottelet/flarepoint

Public Methods

Method Description
__construct ( ) : void Create the event listener.
handle ( clientAction $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 ( clientAction $event ) : void
$event clientAction
return void