‪TYPO3CMS  9.5
TYPO3\CMS\Backend\Controller\LoginFramesetController Class Reference

Public Member Functions

 __construct ()
 
ResponseInterface mainAction (ServerRequestInterface $request)
 
 main ()
 

Protected Member Functions

 createFrameset ()
 
DocumentTemplate getDocumentTemplate ()
 
PageRenderer getPageRenderer ()
 

Protected Attributes

string $content
 

Detailed Description

Script Class, putting the frameset together.

Deprecated:
‪since TYPO3 v9.4, will be removed in TYPO3 v10.0. All logic is moved into LoginController.

Definition at line 30 of file LoginFramesetController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Controller\LoginFramesetController::__construct ( )

Constructor

Definition at line 39 of file LoginFramesetController.php.

References $GLOBALS.

Member Function Documentation

◆ createFrameset()

◆ getDocumentTemplate()

DocumentTemplate TYPO3\CMS\Backend\Controller\LoginFramesetController::getDocumentTemplate ( )
protected

Returns an instance of DocumentTemplate

Returns
‪DocumentTemplate

Definition at line 90 of file LoginFramesetController.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Controller\LoginFramesetController\createFrameset().

◆ getPageRenderer()

PageRenderer TYPO3\CMS\Backend\Controller\LoginFramesetController::getPageRenderer ( )
protected
Returns
‪PageRenderer

Definition at line 98 of file LoginFramesetController.php.

Referenced by TYPO3\CMS\Backend\Controller\LoginFramesetController\createFrameset().

◆ main()

TYPO3\CMS\Backend\Controller\LoginFramesetController::main ( )

Main function. Creates the header code and the frameset for the two frames.

Definition at line 62 of file LoginFramesetController.php.

References TYPO3\CMS\Backend\Controller\LoginFramesetController\createFrameset().

◆ mainAction()

ResponseInterface TYPO3\CMS\Backend\Controller\LoginFramesetController::mainAction ( ServerRequestInterface  $request)

Injects the request object for the current request or subrequest As this controller goes only through the main() method, it is rather simple for now

Parameters
ServerRequestInterface$request
Returns
‪ResponseInterface

Definition at line 52 of file LoginFramesetController.php.

References TYPO3\CMS\Backend\Controller\LoginFramesetController\createFrameset().

Member Data Documentation

◆ $content

string TYPO3\CMS\Backend\Controller\LoginFramesetController::$content
protected

Definition at line 34 of file LoginFramesetController.php.