‪TYPO3CMS  11.5
TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController:
TYPO3\CMS\Backend\Controller\Wizard\AddController TYPO3\CMS\Backend\Controller\Wizard\EditController TYPO3\CMS\Backend\Controller\Wizard\ListController

Protected Member Functions

bool checkEditAccess ($table, $uid)
 
BackendUserAuthentication getBackendUserAuthentication ()
 
LanguageService getLanguageService ()
 

Detailed Description

Class AbstractWizardController

This class is a specific Backend controller implementation and is not considered part of the Public TYPO3 API.

Definition at line 27 of file AbstractWizardController.php.

Member Function Documentation

◆ checkEditAccess()

bool TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController::checkEditAccess (   $table,
  $uid 
)
protected

Checks access for element

Parameters
string$table‪Table name
int$uid‪Record uid
Returns
‪bool

Definition at line 36 of file AbstractWizardController.php.

References TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController\getBackendUserAuthentication(), and TYPO3\CMS\Core\Authentication\BackendUserAuthentication\recordEditAccessInternals().

◆ getBackendUserAuthentication()

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

Returns an instance of BackendUserAuthentication

Returns
‪BackendUserAuthentication

Definition at line 66 of file AbstractWizardController.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController\checkEditAccess().

◆ getLanguageService()

LanguageService TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController::getLanguageService ( )
protected