PHP Class App\Listeners\HandleUserSettingsChanged

Afficher le fichier Open project: hillelcoren/invoice-ninja

Méthodes publiques

Méthode Description
__construct ( AccountRepository $accountRepo, UserMailer $userMailer ) Create the event handler.
handle ( UserSettingsChanged $event ) : void Handle the event.

Method Details

__construct() public méthode

Create the event handler.
public __construct ( AccountRepository $accountRepo, UserMailer $userMailer )
$accountRepo App\Ninja\Repositories\AccountRepository
$userMailer App\Ninja\Mailers\UserMailer

handle() public méthode

Handle the event.
public handle ( UserSettingsChanged $event ) : void
$event app\events\UserSettingsChanged
Résultat void