TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
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 ( )

Constructor

Definition at line 36 of file LoginFramesetController.php.

References $GLOBALS.

Member Function Documentation

getDocumentTemplate ( )
protected

Returns an instance of DocumentTemplate

Returns

Definition at line 93 of file LoginFramesetController.php.

References $GLOBALS.

Referenced by LoginFramesetController\main().

getPageRenderer ( )
protected
Returns
PageRenderer

Definition at line 101 of file LoginFramesetController.php.

References GeneralUtility\makeInstance().

Referenced by LoginFramesetController\main().

main ( )

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

Returns
void

Definition at line 62 of file LoginFramesetController.php.

References $GLOBALS, LoginFramesetController\getDocumentTemplate(), LoginFramesetController\getPageRenderer(), and PageRenderer\PART_HEADER.

Referenced by LoginFramesetController\mainAction().

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 $response, MessageInterface\getBody(), and LoginFramesetController\main().

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 LoginFramesetController\$content, and GeneralUtility\logDeprecatedFunction().

Member Data Documentation

$content
protected

Definition at line 31 of file LoginFramesetController.php.

Referenced by LoginFramesetController\printContent().