TYPO3  7.6
Protected Member Functions | List of all members
AbstractWizardController Class Reference
Inheritance diagram for AbstractWizardController:
AbstractModule AddController ColorpickerController EditController ListController RteController TableController

Protected Member Functions

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

Additional Inherited Members

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

Detailed Description

Class AbstractWizardController

Definition at line 28 of file AbstractWizardController.php.

Member Function Documentation

checkEditAccess (   $table,
  $uid 
)
protected

Checks access for element

Parameters
string$tableTable name
int$uidRecord uid
Returns
bool

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().

getBackendUserAuthentication ( )
protected

Returns an instance of BackendUserAuthentication

Returns
BackendUserAuthentication

Definition at line 68 of file AbstractWizardController.php.

References $GLOBALS.

Referenced by AbstractWizardController\checkEditAccess().

getDatabaseConnection ( )
protected

Returns an instance of DatabaseConnection

Returns
DatabaseConnection

Definition at line 98 of file AbstractWizardController.php.

References $GLOBALS.

Referenced by RteController\getButtons().

getDocumentTemplate ( )
protected

Returns an instance of DocumentTemplate

Returns
DocumentTemplate

Definition at line 88 of file AbstractWizardController.php.

References $GLOBALS.

Referenced by ColorpickerController\frameSet().

getLanguageService ( )
protected