We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5bad0 commit da859e7Copy full SHA for da859e7
src/Illuminate/Support/Facades/Event.php
@@ -10,6 +10,7 @@
10
* @method static \Closure makeListener(\Closure|string $listener, bool $wildcard = false)
11
* @method static \Illuminate\Events\Dispatcher setQueueResolver(callable $resolver)
12
* @method static array getListeners(string $eventName)
13
+ * @method static array getRawListeners()
14
* @method static array|null dispatch(string|object $event, mixed $payload = [], bool $halt = false)
15
* @method static array|null until(string|object $event, mixed $payload = [])
16
* @method static bool hasListeners(string $eventName)
0 commit comments