‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Security\SudoMode\Exception\RequestGrantedException Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Security\SudoMode\Exception\RequestGrantedException:

Public Member Functions

 withInstruction (ServerRequestInstruction $instruction)
 
 getInstruction ()
 

Protected Attributes

ServerRequestInstruction $instruction
 

Detailed Description

Exception that signals that the current user must verify the access for a particular resource, route, module, etc. by entering their password again.

Definition at line 28 of file RequestGrantedException.php.

Member Function Documentation

◆ getInstruction()

TYPO3\CMS\Backend\Security\SudoMode\Exception\RequestGrantedException::getInstruction ( )

◆ withInstruction()

TYPO3\CMS\Backend\Security\SudoMode\Exception\RequestGrantedException::withInstruction ( ServerRequestInstruction  $instruction)

Member Data Documentation

◆ $instruction