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
$view  : ViewInterface

Methods

__construct()  : mixed
getController()  : LoginController
getRequest()  : ServerRequestInterface
getView()  : ViewInterface

Properties

$request read-only

protected ServerRequestInterface $request

$view read-only

protected ViewInterface $view

Methods

__construct()

public __construct(LoginController $controller, ViewInterface $view, ServerRequestInterface $request) : mixed
Parameters
$controller : LoginController
$view : ViewInterface
$request : ServerRequestInterface

getRequest()

public getRequest() : ServerRequestInterface
Return values
ServerRequestInterface

getView()

public getView() : ViewInterface
Return values
ViewInterface

        
On this page

Search results