AccountSetEvent
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
getAccount()
Gets the account.
Details
__construct(AccountInterface $account)
AccountSetEvent constructor.
AccountInterface
getAccount()
Gets the account.