PHP Class Spatie\Backup\Notifications\Notifications\UnhealthyBackupWasFound

Inheritance: extends Spatie\Backup\Notifications\BaseNotification
Afficher le fichier Open project: spatie/laravel-backup

Protected Properties

Свойство Type Description
$event Spatie\Backup\Events\UnhealthyBackupWasFound

Méthodes publiques

Méthode Description
setEvent ( UnhealthyBackupWasFound $event )
toMail ( ) : Illuminate\Notifications\Messages\MailMessage
toSlack ( ) : Illuminate\Notifications\Messages\SlackMessage

Méthodes protégées

Méthode Description
problemDescription ( ) : string

Method Details

problemDescription() protected méthode

protected problemDescription ( ) : string
Résultat string

setEvent() public méthode

public setEvent ( UnhealthyBackupWasFound $event )
$event Spatie\Backup\Events\UnhealthyBackupWasFound

toMail() public méthode

public toMail ( ) : Illuminate\Notifications\Messages\MailMessage
Résultat Illuminate\Notifications\Messages\MailMessage

toSlack() public méthode

public toSlack ( ) : Illuminate\Notifications\Messages\SlackMessage
Résultat Illuminate\Notifications\Messages\SlackMessage

Property Details

$event protected_oe property

protected UnhealthyBackupWasFound,Spatie\Backup\Events $event
Résultat Spatie\Backup\Events\UnhealthyBackupWasFound