PHP Class App\Listeners\HandleUserLoggedIn

Afficher le fichier Open project: hillelcoren/invoice-ninja

Protected Properties

Свойство Type Description
$accountRepo App\Ninja\Repositories\AccountRepository

Méthodes publiques

Méthode Description
__construct ( AccountRepository $accountRepo ) Create the event handler.
handle ( UserLoggedIn $event ) : void Handle the event.

Method Details

__construct() public méthode

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

handle() public méthode

Handle the event.
public handle ( UserLoggedIn $event ) : void
$event App\Events\UserLoggedIn
Résultat void

Property Details

$accountRepo protected_oe property

protected AccountRepository,App\Ninja\Repositories $accountRepo
Résultat App\Ninja\Repositories\AccountRepository