\App\ProvidersEventServiceProvider

Summary

Methods
Properties
Constants
boot()
shouldDiscoverEvents()
No public properties found
No constants found
discoverEventsWithin()
$listen
N/A
No private methods found
No private properties found
N/A

Properties

$listen

$listen : array

The event listener mappings for the application.

Type

array

Methods

boot()

boot() : void

Register any events for your application.

shouldDiscoverEvents()

shouldDiscoverEvents() : boolean

确定是否应自动发现事件和侦听器

Returns

boolean

discoverEventsWithin()

discoverEventsWithin() : array

获取应该用于发现事件的监听器的目录

Returns

array