TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Controller\LoginFramesetController Class Reference

Public Member Functions

 __construct ()
 
 mainAction (ServerRequestInterface $request, ResponseInterface $response)
 
 main ()
 
 printContent ()
 

Protected Member Functions

 getDocumentTemplate ()
 
 getPageRenderer ()
 

Protected Attributes

 $content
 

Detailed Description

Script Class, putting the frameset together.

Definition at line 26 of file LoginFramesetController.php.

Constructor & Destructor Documentation

◆ __construct()

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

Constructor

Definition at line 36 of file LoginFramesetController.php.

References $GLOBALS.

Member Function Documentation

◆ getDocumentTemplate()

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

Returns an instance of DocumentTemplate

Returns

Definition at line 93 of file LoginFramesetController.php.

References $GLOBALS.

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

◆ getPageRenderer()

TYPO3\CMS\Backend\Controller\LoginFramesetController::getPageRenderer ( )
protected

◆ main()

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

◆ mainAction()

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

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
ResponseInterface$response
Returns
ResponseInterface

Definition at line 49 of file LoginFramesetController.php.

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

◆ printContent()

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

Outputs the page content.

Returns
void
Deprecated:
since TYPO3 CMS 7, will be removed in TYPO3 CMS 8, use mainAction() instead

Definition at line 82 of file LoginFramesetController.php.

References TYPO3\CMS\Backend\Controller\LoginFramesetController\$content, and TYPO3\CMS\Core\Utility\GeneralUtility\logDeprecatedFunction().

Member Data Documentation

◆ $content

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