AbstractConfirmedEvent
AbstractYes
A confirmation notification when an login/logout action has successfully arrived at the plugin, via the view and the controller, multiple information can be overridden in Event Listeners.
Table of Contents
Methods
Methods
__construct()
public
__construct(LoginController $controller, ViewInterface $view) : mixed
Parameters
- $controller : LoginController
- $view : ViewInterface
Tags
getController()
public
getController() : LoginController
Return values
LoginControllergetView()
public
getView() : ViewInterface