Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
App
Listeners
HandleUserLoggedIn
PHP Class App\Listeners\HandleUserLoggedIn
Datei anzeigen
Open project: hillelcoren/invoice-ninja
Protected Properties
Property
Type
Description
$accountRepo
App\Ninja\Repositories\AccountRepository
Public Methods
Method
Description
__construct
(
AccountRepository
$accountRepo
)
Create the event handler.
handle
(
UserLoggedIn
$event
) :
void
Handle the event.
Method Details
__construct()
public
method
Create the event handler.
public
__construct
(
AccountRepository
$accountRepo
)
$accountRepo
App\Ninja\Repositories\AccountRepository
handle()
public
method
Handle the event.
public
handle
(
UserLoggedIn
$event
) :
void
$event
App\Events\UserLoggedIn
return
void
Property Details
$accountRepo
protected_oe property
protected
AccountRepository,App\Ninja\Repositories
$accountRepo
return
App\Ninja\Repositories\AccountRepository