PHP Class Authority\Events\Dispatcher

Inheritance: extends Illuminate\Events\Dispatcher
Datei anzeigen Open project: machuga/authority

Public Methods

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

Method Details

fire() public method

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