![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
mainAction (ServerRequestInterface $request, ResponseInterface $response) | |
Public Attributes | |
$content | |
$processDataFlag = 0 | |
$pid | |
$table | |
$id | |
$P | |
$returnEditConf | |
Protected Member Functions | |
init () | |
![]() | |
checkEditAccess ($table, $uid) | |
getBackendUserAuthentication () | |
getLanguageService () | |
getDocumentTemplate () | |
getDatabaseConnection () | |
Additional Inherited Members | |
![]() | |
$moduleTemplate | |
$request | |
Script Class for adding new items to a group/select field. Performs proper redirection as needed. Script is typically called after new child record was added and then adds the new child to select value of parent.
Definition at line 33 of file AddController.php.
__construct | ( | ) |
Constructor
Definition at line 87 of file AddController.php.
References $GLOBALS, AbstractWizardController\getLanguageService(), and AddController\init().
|
protected |
Initialization of the class.
Definition at line 101 of file AddController.php.
References GeneralUtility\_GP(), MathUtility\canBeInterpretedAsInteger(), BackendUtility\getLiveVersionOfRecord(), BackendUtility\getRecord(), BackendUtility\getTCEFORM_TSconfig(), HttpUtility\redirect(), and GeneralUtility\sanitizeLocalUrl().
Referenced by AddController\__construct().
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 | |
ResponseInterface | $response |
Definition at line 165 of file AddController.php.
References $response.
$content |
Definition at line 40 of file AddController.php.
$id |
Definition at line 68 of file AddController.php.
$P |
Definition at line 75 of file AddController.php.
$pid |
Definition at line 54 of file AddController.php.
$processDataFlag = 0 |
Definition at line 47 of file AddController.php.
$returnEditConf |
Definition at line 82 of file AddController.php.
$table |
Definition at line 61 of file AddController.php.