PHP Class App\Listeners\HandleUserLoggedIn

Show file 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 property

protected AccountRepository,App\Ninja\Repositories $accountRepo
return App\Ninja\Repositories\AccountRepository