PHP Class Spatie\Backup\Notifications\Notifications\HealthyBackupWasFound

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

Protected Properties

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

Public Methods

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

Method Details

setEvent() public method

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

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 HealthyBackupWasFound,Spatie\Backup\Events $event
return Spatie\Backup\Events\HealthyBackupWasFound