final class AccountSetEvent extends Event (View source)

Event fired when an account is set for the current session.

Properties

protected AccountInterface $account

The set account.

Methods

__construct(AccountInterface $account)

AccountSetEvent constructor.

getAccount()

Gets the account.

Details

__construct(AccountInterface $account)

AccountSetEvent constructor.

Parameters

AccountInterface $account

The set account.

AccountInterface getAccount()

Gets the account.

Return Value

AccountInterface

The account.