TYPO3  7.6
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
AddController Class Reference
Inheritance diagram for AddController:
AbstractWizardController AbstractModule

Public Member Functions

 __construct ()
 
 mainAction (ServerRequestInterface $request, ResponseInterface $response)
 

Public Attributes

 $content
 
 $processDataFlag = 0
 
 $pid
 
 $table
 
 $id
 
 $P
 
 $returnEditConf
 

Protected Member Functions

 init ()
 
- Protected Member Functions inherited from AbstractWizardController
 checkEditAccess ($table, $uid)
 
 getBackendUserAuthentication ()
 
 getLanguageService ()
 
 getDocumentTemplate ()
 
 getDatabaseConnection ()
 

Additional Inherited Members

- Protected Attributes inherited from AbstractModule
 $moduleTemplate
 
 $request
 

Detailed Description

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.

Constructor & Destructor Documentation

__construct ( )

Constructor

Definition at line 87 of file AddController.php.

References $GLOBALS, AbstractWizardController\getLanguageService(), and AddController\init().

Member Function Documentation

init ( )
protected
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

Parameters
ServerRequestInterface$request
ResponseInterface$response
Returns
ResponseInterface

Definition at line 165 of file AddController.php.

References $response.

Member Data Documentation

$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.