![]() |
TYPO3
7.6
|
Protected Member Functions | |
checkEditAccess ($table, $uid) | |
getBackendUserAuthentication () | |
getLanguageService () | |
getDocumentTemplate () | |
getDatabaseConnection () | |
Additional Inherited Members | |
![]() | |
__construct () | |
processRequest (ServerRequestInterface $request, ResponseInterface $response) | |
![]() | |
$moduleTemplate | |
$request | |
Class AbstractWizardController
Definition at line 28 of file AbstractWizardController.php.
|
protected |
Checks access for element
string | $table | Table name |
int | $uid | Record uid |
Definition at line 37 of file AbstractWizardController.php.
References Permission\CONTENT_EDIT, BackendUtility\fixVersioningPid(), AbstractWizardController\getBackendUserAuthentication(), BackendUtility\getRecord(), and Permission\PAGE_EDIT.
Referenced by RteController\getButtons(), and TableController\tableWizard().
|
protected |
Returns an instance of BackendUserAuthentication
Definition at line 68 of file AbstractWizardController.php.
References $GLOBALS.
Referenced by AbstractWizardController\checkEditAccess().
|
protected |
Returns an instance of DatabaseConnection
Definition at line 98 of file AbstractWizardController.php.
References $GLOBALS.
Referenced by RteController\getButtons().
|
protected |
Returns an instance of DocumentTemplate
Definition at line 88 of file AbstractWizardController.php.
References $GLOBALS.
Referenced by ColorpickerController\frameSet().
|
protected |
Returns an instance of LanguageService
Definition at line 78 of file AbstractWizardController.php.
References $GLOBALS.
Referenced by EditController\__construct(), ListController\__construct(), RteController\__construct(), AddController\__construct(), TableController\__construct(), ColorpickerController\__construct(), ColorpickerController\colorList(), ColorpickerController\colorMatrix(), ColorpickerController\frameSet(), TableController\getButtons(), RteController\getButtons(), TableController\getTableHTML(), ColorpickerController\init(), TableController\main(), and ColorpickerController\main().