TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Controller\BackendLayoutWizardController Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Controller\BackendLayoutWizardController:
TYPO3\CMS\Backend\Module\AbstractModule

Public Member Functions

 __construct ()
 
 mainAction (ServerRequestInterface $request, ResponseInterface $response)
 
 main ()
 
- Public Member Functions inherited from TYPO3\CMS\Backend\Module\AbstractModule
 __construct ()
 
 processRequest (ServerRequestInterface $request, ResponseInterface $response)
 

Public Attributes

 $P
 
 $content
 
 $formName
 
 $fieldName
 

Protected Member Functions

 setPagePath ($table, $uid)
 
 getLanguageService ()
 
 getDatabaseConnection ()
 
 getBackendUser ()
 

Additional Inherited Members

- Protected Attributes inherited from TYPO3\CMS\Backend\Module\AbstractModule
 $moduleTemplate
 
 $request
 

Detailed Description

Script Class for grid wizard

Definition at line 31 of file BackendLayoutWizardController.php.

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ getBackendUser()

TYPO3\CMS\Backend\Controller\BackendLayoutWizardController::getBackendUser ( )
protected

Gets the current backend user.

Returns

Definition at line 354 of file BackendLayoutWizardController.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Controller\BackendLayoutWizardController\setPagePath().

◆ getDatabaseConnection()

TYPO3\CMS\Backend\Controller\BackendLayoutWizardController::getDatabaseConnection ( )
protected

Returns the database connection

Returns

Definition at line 344 of file BackendLayoutWizardController.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Controller\BackendLayoutWizardController\__construct().

◆ getLanguageService()

TYPO3\CMS\Backend\Controller\BackendLayoutWizardController::getLanguageService ( )
protected

◆ main()

◆ mainAction()

TYPO3\CMS\Backend\Controller\BackendLayoutWizardController::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 224 of file BackendLayoutWizardController.php.

References TYPO3\CMS\Backend\Controller\BackendLayoutWizardController\main(), and TYPO3\CMS\Backend\Controller\BackendLayoutWizardController\setPagePath().

◆ setPagePath()

TYPO3\CMS\Backend\Controller\BackendLayoutWizardController::setPagePath (   $table,
  $uid 
)
protected

Member Data Documentation

◆ $content

TYPO3\CMS\Backend\Controller\BackendLayoutWizardController::$content

Definition at line 44 of file BackendLayoutWizardController.php.

◆ $fieldName

TYPO3\CMS\Backend\Controller\BackendLayoutWizardController::$fieldName

Definition at line 54 of file BackendLayoutWizardController.php.

◆ $formName

TYPO3\CMS\Backend\Controller\BackendLayoutWizardController::$formName

Definition at line 49 of file BackendLayoutWizardController.php.

◆ $P

TYPO3\CMS\Backend\Controller\BackendLayoutWizardController::$P

Definition at line 38 of file BackendLayoutWizardController.php.