AbstractWizardController
Class AbstractWizardController
This class is a specific Backend controller implementation and is not considered part of the Public TYPO3 API.
Table of Contents
Methods
- checkEditAccess() : bool
- Checks access for element
- getBackendUserAuthentication() : BackendUserAuthentication
- Returns an instance of BackendUserAuthentication
- getLanguageService() : LanguageService
- Returns an instance of LanguageService
Methods
checkEditAccess()
Checks access for element
protected
checkEditAccess(string $table, int $uid) : bool
Parameters
- $table : string
-
Table name
- $uid : int
-
Record uid
Return values
boolgetBackendUserAuthentication()
Returns an instance of BackendUserAuthentication
protected
getBackendUserAuthentication() : BackendUserAuthentication
Return values
BackendUserAuthenticationgetLanguageService()
Returns an instance of LanguageService
protected
getLanguageService() : LanguageService