PHP 클래스 Spatie\Backup\Notifications\EventHandler

파일 보기 프로젝트 열기: spatie/laravel-backup

보호된 프로퍼티들

프로퍼티 타입 설명
$config Illuminate\Config\Repository

공개 메소드들

메소드 설명
__construct ( Illuminate\Config\Repository $config )
subscribe ( Illuminate\Contracts\Events\Dispatcher $events )

보호된 메소드들

메소드 설명
allBackupEventClasses ( ) : array
determineNotifiable ( )
determineNotification ( $event ) : Illuminate\Notifications\Notification

메소드 상세

__construct() 공개 메소드

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

allBackupEventClasses() 보호된 메소드

protected allBackupEventClasses ( ) : array
리턴 array

determineNotifiable() 보호된 메소드

protected determineNotifiable ( )

determineNotification() 보호된 메소드

protected determineNotification ( $event ) : Illuminate\Notifications\Notification
리턴 Illuminate\Notifications\Notification

subscribe() 공개 메소드

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

프로퍼티 상세

$config 보호되어 있는 프로퍼티

protected Repository,Illuminate\Config $config
리턴 Illuminate\Config\Repository