ListenerInterface Interface

Aurora\Events Namespace


Methods

handle

Handle the event

Parameters

  • object $event — Event object

Return Value

  • void

Signature

public function handle(object $event): void

Go to top