‪TYPO3CMS  9.5
TYPO3\CMS\Recordlist\Controller\ElementBrowserFramesetController Class Reference

Public Member Functions

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

Public Attributes

string $content
 

Protected Member Functions

DocumentTemplate getDocumentTemplate ()
 
LanguageService getLanguageService ()
 
PageRenderer getPageRenderer ()
 

Protected Attributes

PageRenderer $pageRenderer
 

Detailed Description

Script Class, putting the frameset together.

Deprecated:
‪since TYPO3 v9, will be removed in TYPO3 v10.0.

Definition at line 30 of file ElementBrowserFramesetController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Recordlist\Controller\ElementBrowserFramesetController::__construct ( )

Constructor

Definition at line 45 of file ElementBrowserFramesetController.php.

References $GLOBALS.

Member Function Documentation

◆ getDocumentTemplate()

DocumentTemplate TYPO3\CMS\Recordlist\Controller\ElementBrowserFramesetController::getDocumentTemplate ( )
protected
Returns
‪DocumentTemplate

Definition at line 113 of file ElementBrowserFramesetController.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Recordlist\Controller\ElementBrowserFramesetController\main().

◆ getLanguageService()

LanguageService TYPO3\CMS\Recordlist\Controller\ElementBrowserFramesetController::getLanguageService ( )
protected
Returns
‪LanguageService

Definition at line 121 of file ElementBrowserFramesetController.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Recordlist\Controller\ElementBrowserFramesetController\main().

◆ getPageRenderer()

PageRenderer TYPO3\CMS\Recordlist\Controller\ElementBrowserFramesetController::getPageRenderer ( )
protected

◆ main()

◆ mainAction()

ResponseInterface TYPO3\CMS\Recordlist\Controller\ElementBrowserFramesetController::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‪the current request
Returns
‪ResponseInterface the response with the content

Definition at line 61 of file ElementBrowserFramesetController.php.

References TYPO3\CMS\Recordlist\Controller\ElementBrowserFramesetController\main().

Member Data Documentation

◆ $content

string TYPO3\CMS\Recordlist\Controller\ElementBrowserFramesetController::$content

Internal, dynamic

Definition at line 36 of file ElementBrowserFramesetController.php.

◆ $pageRenderer

PageRenderer TYPO3\CMS\Recordlist\Controller\ElementBrowserFramesetController::$pageRenderer
protected