![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
processAjaxRequest (ServerRequestInterface $request, ResponseInterface $response) | |
Protected Attributes | |
$ajaxObj | |
Private Member Functions | |
treeWalkCleanup (array $treeBranch) | |
Code completion for t3editor
Definition at line 23 of file CodeCompletion.php.
__construct | ( | ) |
processAjaxRequest | ( | ServerRequestInterface | $request, |
ResponseInterface | $response | ||
) |
General processor for AJAX requests. Called by AjaxRequestHandler
ServerRequestInterface | $request | |
ResponseInterface | $response |
Definition at line 46 of file CodeCompletion.php.
References ServerRequestInterface\getParsedBody(), and ServerRequestInterface\getQueryParams().
|
private |
Walks through a tree of TypoScript configuration an cleans it up.
olive: Define and comment why this is necessary and exactly happens below r@ty po3.o rg
array | $treeBranch | TypoScript configuration or sub branch of it |
Definition at line 119 of file CodeCompletion.php.
References elseif.
|
protected |
Definition at line 28 of file CodeCompletion.php.