PHP Class Authority\Events\Dispatcher

Inheritance: extends Illuminate\Events\Dispatcher
Afficher le fichier Open project: machuga/authority

Méthodes publiques

Méthode Description
fire ( string $eventName, mixed $payload = [], $halt = false ) : Authority\Event Fire an event and call the listeners.

Method Details

fire() public méthode

Fire an event and call the listeners.
public fire ( string $eventName, mixed $payload = [], $halt = false ) : Authority\Event
$eventName string
$payload mixed
Résultat Authority\Event