![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
processAjaxRequest (ServerRequestInterface $request, ResponseInterface $response) | |
Protected Member Functions | |
loadFile ($filepath) | |
getTypes () | |
getType ($typeId) | |
Protected Attributes | |
$xmlDoc | |
Loads TSref information from a XML file an responds to an AJAX call.
Definition at line 23 of file TypoScriptReferenceLoader.php.
__construct | ( | ) |
Default constructor
Definition at line 33 of file TypoScriptReferenceLoader.php.
References $GLOBALS.
|
protected |
Get type
string | $typeId |
Definition at line 161 of file TypoScriptReferenceLoader.php.
|
protected |
Get types from XML
Definition at line 89 of file TypoScriptReferenceLoader.php.
Referenced by TypoScriptReferenceLoader\processAjaxRequest().
|
protected |
Load XML file
string | $filepath |
Definition at line 76 of file TypoScriptReferenceLoader.php.
Referenced by TypoScriptReferenceLoader\processAjaxRequest().
processAjaxRequest | ( | ServerRequestInterface | $request, |
ResponseInterface | $response | ||
) |
General processor for AJAX requests. Called by AjaxRequestHandler
ServerRequestInterface | $request | |
ResponseInterface | $response |
Definition at line 46 of file TypoScriptReferenceLoader.php.
References $response, MessageInterface\getBody(), ServerRequestInterface\getParsedBody(), ServerRequestInterface\getQueryParams(), TypoScriptReferenceLoader\getTypes(), TypoScriptReferenceLoader\loadFile(), and MessageInterface\withHeader().
|
protected |
Definition at line 28 of file TypoScriptReferenceLoader.php.