TYPO3  7.6
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
ElementBrowserFramesetController Class Reference

Public Member Functions

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

Public Attributes

 $content
 

Protected Member Functions

 getDocumentTemplate ()
 
 getLanguageService ()
 
 getPageRenderer ()
 

Protected Attributes

 $pageRenderer = null
 

Detailed Description

Script Class, putting the frameset together.

Definition at line 28 of file ElementBrowserFramesetController.php.

Constructor & Destructor Documentation

__construct ( )

Constructor

Definition at line 45 of file ElementBrowserFramesetController.php.

References $GLOBALS.

Member Function Documentation

getDocumentTemplate ( )
protected
Returns
DocumentTemplate

Definition at line 124 of file ElementBrowserFramesetController.php.

References $GLOBALS.

Referenced by ElementBrowserFramesetController\main().

getLanguageService ( )
protected
Returns
LanguageService

Definition at line 132 of file ElementBrowserFramesetController.php.

References $GLOBALS.

Referenced by ElementBrowserFramesetController\main().

getPageRenderer ( )
protected
main ( )
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$requestthe current request
ResponseInterface$responsethe prepared response
Returns
ResponseInterface the response with the content

Definition at line 58 of file ElementBrowserFramesetController.php.

References $response, MessageInterface\getBody(), and ElementBrowserFramesetController\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 115 of file ElementBrowserFramesetController.php.

References ElementBrowserFramesetController\$content, and GeneralUtility\logDeprecatedFunction().

Member Data Documentation

$content
$pageRenderer = null
protected