‪TYPO3CMS  10.4
TYPO3\CMS\FrontendLogin\Event\AbstractConfirmedEvent Class Reference
Inheritance diagram for TYPO3\CMS\FrontendLogin\Event\AbstractConfirmedEvent:
TYPO3\CMS\FrontendLogin\Event\LoginConfirmedEvent TYPO3\CMS\FrontendLogin\Event\LogoutConfirmedEvent

Public Member Functions

 __construct (LoginController $controller, ViewInterface $view)
 
 getController ()
 
 getView ()
 

Private Attributes

LoginController $controller
 
ViewInterface $view
 

Detailed Description

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.

Definition at line 27 of file AbstractConfirmedEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\FrontendLogin\Event\AbstractConfirmedEvent::__construct ( LoginController  $controller,
ViewInterface  $view 
)

Member Function Documentation

◆ getController()

TYPO3\CMS\FrontendLogin\Event\AbstractConfirmedEvent::getController ( )

◆ getView()

TYPO3\CMS\FrontendLogin\Event\AbstractConfirmedEvent::getView ( )

Member Data Documentation

◆ $controller

LoginController TYPO3\CMS\FrontendLogin\Event\AbstractConfirmedEvent::$controller
private

◆ $view

ViewInterface TYPO3\CMS\FrontendLogin\Event\AbstractConfirmedEvent::$view
private