![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
mainAction (ServerRequestInterface $request, ResponseInterface $response) | |
main () | |
Public Attributes | |
$doc | |
Protected Member Functions | |
init () | |
getElementBrowserInstance () | |
getLanguageService () | |
getBackendUser () | |
Protected Attributes | |
$mode | |
Script class for the Element Browser window.
Definition at line 29 of file ElementBrowserController.php.
__construct | ( | ) |
Constructor
Definition at line 54 of file ElementBrowserController.php.
References $GLOBALS, ElementBrowserController\init(), and GeneralUtility\makeInstance().
|
protected |
Definition at line 166 of file ElementBrowserController.php.
References $GLOBALS.
Referenced by ElementBrowserController\main().
|
protected |
Get instance of the actual element browser
This method shall be overwritten in subclasses
\UnexpectedValueException |
Definition at line 145 of file ElementBrowserController.php.
References $GLOBALS, ElementBrowserController\$mode, and GeneralUtility\makeInstance().
Referenced by ElementBrowserController\main().
|
protected |
Definition at line 158 of file ElementBrowserController.php.
References $GLOBALS.
Referenced by SelectImageController\init(), and ElementBrowserController\init().
|
protected |
Initialize the controller
Definition at line 72 of file ElementBrowserController.php.
References GeneralUtility\_GP(), and ElementBrowserController\getLanguageService().
Referenced by ElementBrowserController\__construct().
main | ( | ) |
Main function, detecting the current mode of the element browser and branching out to internal methods.
Definition at line 103 of file ElementBrowserController.php.
References $GLOBALS, ElementBrowserController\getBackendUser(), ElementBrowserController\getElementBrowserInstance(), and GeneralUtility\getUserObj().
Referenced by ElementBrowserController\mainAction().
mainAction | ( | ServerRequestInterface | $request, |
ResponseInterface | $response | ||
) |
Injects the request object for the current request or sub-request 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 object |
Definition at line 87 of file ElementBrowserController.php.
References $response, MessageInterface\getBody(), ElementBrowserController\main(), and ResponseInterface\withStatus().
$doc |
Definition at line 49 of file ElementBrowserController.php.
|
protected |
Definition at line 42 of file ElementBrowserController.php.
Referenced by ElementBrowserController\getElementBrowserInstance().