LogoutConfirmedEvent extends AbstractConfirmedEvent
FinalYes
A notification when a log out 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 $view, ServerRequestInterface $request) : mixed
Parameters
- $controller : LoginController
- $view : ViewInterface
- $request : ServerRequestInterface
getController()
public
getController() : LoginController
Return values
LoginControllergetRequest()
public
getRequest() : ServerRequestInterface
Return values
ServerRequestInterfacegetView()
public
getView() : ViewInterface