EventHandler
in package
Table of Contents
- $config : Repository
- __construct() : mixed
- subscribe() : mixed
- allBackupEventClasses() : array<string|int, mixed>
- determineNotifiable() : mixed
- determineNotification() : Notification
Properties
$config
protected
Repository
$config
Methods
__construct()
public
__construct(Repository $config) : mixed
Parameters
- $config : Repository
Return values
mixed —subscribe()
public
subscribe(Dispatcher $events) : mixed
Parameters
- $events : Dispatcher
Return values
mixed —allBackupEventClasses()
protected
allBackupEventClasses() : array<string|int, mixed>
Return values
array<string|int, mixed> —determineNotifiable()
protected
determineNotifiable() : mixed
Return values
mixed —determineNotification()
protected
determineNotification(mixed $event) : Notification
Parameters
- $event : mixed