![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
isBackendContext () | |
isStandaloneContext () | |
getContextString () | |
Private Attributes | |
$backendContext = false | |
Service for determining the current context (as a backend module or in standalone mode)
Definition at line 20 of file ContextService.php.
__construct | ( | ) |
Constructor, prepare the context information
Definition at line 30 of file ContextService.php.
getContextString | ( | ) |
Is the install tool running as a standalone application?
Definition at line 63 of file ContextService.php.
References ContextService\isBackendContext().
isBackendContext | ( | ) |
Is the install tool running in the backend?
Definition at line 43 of file ContextService.php.
References ContextService\$backendContext.
Referenced by ContextService\getContextString().
isStandaloneContext | ( | ) |
Is the install tool running as a standalone application?
Definition at line 53 of file ContextService.php.
References ContextService\$backendContext.
|
private |
Definition at line 25 of file ContextService.php.
Referenced by ContextService\isBackendContext(), and ContextService\isStandaloneContext().