‪TYPO3CMS  ‪main
TYPO3\CMS\Extbase\Event\Mvc\AfterRequestDispatchedEvent Class Reference

Public Member Functions

 __construct (private RequestInterface $request, private ResponseInterface $response)
 
 getRequest ()
 
 getResponse ()
 

Detailed Description

Event which is fired after the dispatcher has successfully dispatched a request to a controller/action.

Definition at line 26 of file AfterRequestDispatchedEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Extbase\Event\Mvc\AfterRequestDispatchedEvent::__construct ( private RequestInterface  $request,
private ResponseInterface  $response 
)

Definition at line 28 of file AfterRequestDispatchedEvent.php.

Member Function Documentation

◆ getRequest()

TYPO3\CMS\Extbase\Event\Mvc\AfterRequestDispatchedEvent::getRequest ( )

Definition at line 33 of file AfterRequestDispatchedEvent.php.

◆ getResponse()

TYPO3\CMS\Extbase\Event\Mvc\AfterRequestDispatchedEvent::getResponse ( )

Definition at line 38 of file AfterRequestDispatchedEvent.php.