Fenos\Notifynder\Contracts\NotifynderDispatcher::fire PHP Method

fire() public method

It fire the event associated to the passed key, trigger the listener method bound with.
public fire ( Fenos\Notifynder\Notifynder $notifynder, string $eventName, string $categoryName = null, mixed | null $values = [] ) : mixed | null
$notifynder Fenos\Notifynder\Notifynder
$eventName string
$categoryName string
$values mixed | null
return mixed | null
    public function fire(Notifynder $notifynder, $eventName, $categoryName = null, $values = []);