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

Public Member Functions

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

Public Attributes

 $pid
 
 $P
 
 $table
 
 $id
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractWizardController
 checkEditAccess ($table, $uid)
 
 getBackendUserAuthentication ()
 
 getLanguageService ()
 
 getDocumentTemplate ()
 
 getDatabaseConnection ()
 
- Protected Attributes inherited from AbstractModule
 $moduleTemplate
 
 $request
 

Detailed Description

Script Class for redirecting the user to the Web > List module if a wizard-link has been clicked in FormEngine

Definition at line 26 of file backend/Classes/Controller/Wizard/ListController.php.

Constructor & Destructor Documentation

__construct ( )

Initialization of the class, setting GPvars.

Definition at line 57 of file backend/Classes/Controller/Wizard/ListController.php.

References $GLOBALS, GeneralUtility\_GP(), and AbstractWizardController\getLanguageService().

Member Function Documentation

main ( )

Main function Will issue a location-header, redirecting either BACK or to a new FormEngine instance...

Returns
void

Definition at line 87 of file backend/Classes/Controller/Wizard/ListController.php.

References ListController\$pid, GeneralUtility\getIndpEnv(), BackendUtility\getRecord(), BackendUtility\getTCEFORM_TSconfig(), HttpUtility\redirect(), and GeneralUtility\sanitizeLocalUrl().

Referenced by ListController\mainAction().

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 75 of file backend/Classes/Controller/Wizard/ListController.php.

References $response, and ListController\main().

Member Data Documentation

$id
$P
$pid
$table