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
Properties
- $controller : LoginController
- $request : ServerRequestInterface
Methods
- __construct() : mixed
- getController() : LoginController
- getRequest() : ServerRequestInterface
- getView() : ViewInterface
Properties
$controller read-only
protected
LoginController
$controller
$request read-only
protected
ServerRequestInterface
$request
Methods
__construct()
public
__construct(LoginController $controller, ViewInterface|ViewInterface $view, ServerRequestInterface $request) : mixed
Parameters
- $controller : LoginController
- $view : ViewInterface|ViewInterface
- $request : ServerRequestInterface
getController()
public
getController() : LoginController
Return values
LoginControllergetRequest()
public
getRequest() : ServerRequestInterface
Return values
ServerRequestInterfacegetView()
public
getView() : ViewInterface