PHP Class Spatie\Backup\Notifications\Notifications\UnhealthyBackupWasFound

Inheritance: extends Spatie\Backup\Notifications\BaseNotification
Show file Open project: spatie/laravel-backup

Protected Properties

Property Type Description
$event Spatie\Backup\Events\UnhealthyBackupWasFound

Public Methods

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

Protected Methods

Method Description
problemDescription ( ) : string

Method Details

problemDescription() protected method

protected problemDescription ( ) : string
return string

setEvent() public method

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

toMail() public method

public toMail ( ) : Illuminate\Notifications\Messages\MailMessage
return Illuminate\Notifications\Messages\MailMessage

toSlack() public method

public toSlack ( ) : Illuminate\Notifications\Messages\SlackMessage
return Illuminate\Notifications\Messages\SlackMessage

Property Details

$event protected property

protected UnhealthyBackupWasFound,Spatie\Backup\Events $event
return Spatie\Backup\Events\UnhealthyBackupWasFound