FluxBB\Core\Action::setEvents PHP Method

setEvents() public method

Set the event dispatcher instance.
public setEvents ( Illuminate\Contracts\Events\Dispatcher $events ) : void
$events Illuminate\Contracts\Events\Dispatcher
return void
    public function setEvents(Dispatcher $events)
    {
        $this->events = $events;
    }