TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController:
TYPO3\CMS\Backend\Module\AbstractModule TYPO3\CMS\Backend\Controller\Wizard\AddController TYPO3\CMS\Backend\Controller\Wizard\ColorpickerController TYPO3\CMS\Backend\Controller\Wizard\EditController TYPO3\CMS\Backend\Controller\Wizard\ListController TYPO3\CMS\Backend\Controller\Wizard\RteController TYPO3\CMS\Backend\Controller\Wizard\TableController

Protected Member Functions

 checkEditAccess ($table, $uid)
 
 getBackendUserAuthentication ()
 
 getLanguageService ()
 
 getDocumentTemplate ()
 
 getDatabaseConnection ()
 

Additional Inherited Members

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

Detailed Description

Class AbstractWizardController

Definition at line 28 of file AbstractWizardController.php.

Member Function Documentation

◆ checkEditAccess()

◆ getBackendUserAuthentication()

TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController::getBackendUserAuthentication ( )
protected

Returns an instance of BackendUserAuthentication

Returns
BackendUserAuthentication

Definition at line 68 of file AbstractWizardController.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController\checkEditAccess(), and TYPO3\CMS\Backend\Controller\Wizard\RteController\mainAction().

◆ getDatabaseConnection()

TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController::getDatabaseConnection ( )
protected

Returns an instance of DatabaseConnection

Returns
DatabaseConnection

Definition at line 98 of file AbstractWizardController.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Controller\Wizard\RteController\getButtons().

◆ getDocumentTemplate()

TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController::getDocumentTemplate ( )
protected

Returns an instance of DocumentTemplate

Returns
DocumentTemplate

Definition at line 88 of file AbstractWizardController.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Controller\Wizard\ColorpickerController\frameSet().

◆ getLanguageService()