PHP Class Spatie\Backup\Notifications\EventHandler

ファイルを表示 Open project: spatie/laravel-backup

Protected Properties

Property Type Description
$config Illuminate\Config\Repository

Public Methods

Method Description
__construct ( Illuminate\Config\Repository $config )
subscribe ( Illuminate\Contracts\Events\Dispatcher $events )

Protected Methods

Method Description
allBackupEventClasses ( ) : array
determineNotifiable ( )
determineNotification ( $event ) : Illuminate\Notifications\Notification

Method Details

__construct() public method

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

allBackupEventClasses() protected method

protected allBackupEventClasses ( ) : array
return array

determineNotifiable() protected method

protected determineNotifiable ( )

determineNotification() protected method

protected determineNotification ( $event ) : Illuminate\Notifications\Notification
return Illuminate\Notifications\Notification

subscribe() public method

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

Property Details

$config protected_oe property

protected Repository,Illuminate\Config $config
return Illuminate\Config\Repository