PHP Class Spatie\Backup\Notifications\EventHandler

Afficher le fichier Open project: spatie/laravel-backup

Protected Properties

Свойство Type Description
$config Illuminate\Config\Repository

Méthodes publiques

Méthode Description
__construct ( Illuminate\Config\Repository $config )
subscribe ( Illuminate\Contracts\Events\Dispatcher $events )

Méthodes protégées

Méthode Description
allBackupEventClasses ( ) : array
determineNotifiable ( )
determineNotification ( $event ) : Illuminate\Notifications\Notification

Method Details

__construct() public méthode

public __construct ( Illuminate\Config\Repository $config )
$config Illuminate\Config\Repository

allBackupEventClasses() protected méthode

protected allBackupEventClasses ( ) : array
Résultat array

determineNotifiable() protected méthode

protected determineNotifiable ( )

determineNotification() protected méthode

protected determineNotification ( $event ) : Illuminate\Notifications\Notification
Résultat Illuminate\Notifications\Notification

subscribe() public méthode

public subscribe ( Illuminate\Contracts\Events\Dispatcher $events )
$events Illuminate\Contracts\Events\Dispatcher

Property Details

$config protected_oe property

protected Repository,Illuminate\Config $config
Résultat Illuminate\Config\Repository