void push(string $event, array $payload = array()) Register an event and
void subscribe(object|string $subscriber) Register an event subscriber
bool isDeferred() Determine if the provider is deferred.
static array pathsToPublish(string $provider = null, string $group = null)
void flush(string $event) Flush a set of pushed events.
$this setQueueResolver(callable $resolver) Set the queue resolver implementation
void __construct(Container $container)
Illuminate\Events Classes
string firing() Get the event that is currently firing.
array getListeners(string $eventName) Get all of the listeners for a given
Page 2 of 4