![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
mainAction (ServerRequestInterface $request, ResponseInterface $response) | |
main () | |
printContent () | |
Public Attributes | |
$content | |
Protected Member Functions | |
getDocumentTemplate () | |
getLanguageService () | |
getPageRenderer () | |
Protected Attributes | |
$pageRenderer = null | |
Script Class, putting the frameset together.
Definition at line 28 of file ElementBrowserFramesetController.php.
__construct | ( | ) |
Constructor
Definition at line 45 of file ElementBrowserFramesetController.php.
References $GLOBALS.
|
protected |
Definition at line 124 of file ElementBrowserFramesetController.php.
References $GLOBALS.
Referenced by ElementBrowserFramesetController\main().
|
protected |
Definition at line 132 of file ElementBrowserFramesetController.php.
References $GLOBALS.
Referenced by ElementBrowserFramesetController\main().
|
protected |
Definition at line 140 of file ElementBrowserFramesetController.php.
References ElementBrowserFramesetController\$pageRenderer, and GeneralUtility\makeInstance().
Referenced by ElementBrowserFramesetController\main().
main | ( | ) |
Main function. Creates the header code in XHTML, the JavaScript, then the frameset for the two frames.
Definition at line 72 of file ElementBrowserFramesetController.php.
References $url, GeneralUtility\_GP(), ElementBrowserFramesetController\getDocumentTemplate(), ElementBrowserFramesetController\getLanguageService(), ElementBrowserFramesetController\getPageRenderer(), PageRenderer\PART_HEADER, and GeneralUtility\quoteJSvalue().
Referenced by ElementBrowserFramesetController\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
ServerRequestInterface | $request | the current request |
ResponseInterface | $response | the prepared response |
Definition at line 58 of file ElementBrowserFramesetController.php.
References $response, MessageInterface\getBody(), and ElementBrowserFramesetController\main().
printContent | ( | ) |
Outputs the page content.
Definition at line 115 of file ElementBrowserFramesetController.php.
References ElementBrowserFramesetController\$content, and GeneralUtility\logDeprecatedFunction().
$content |
Definition at line 35 of file ElementBrowserFramesetController.php.
Referenced by ElementBrowserFramesetController\printContent().
|
protected |
Definition at line 40 of file ElementBrowserFramesetController.php.
Referenced by ElementBrowserFramesetController\getPageRenderer().