2 declare(strict_types = 1);
31 $typo3 = new \stdClass();
32 $typo3->version = TYPO3_version;
33 $typo3->branch = TYPO3_branch;
34 $typo3->devIpMask = trim(
$GLOBALS[
'TYPO3_CONF_VARS'][
'SYS'][
'devIPmask']);
35 $this->expressionLanguageVariables = [
36 'request' => GeneralUtility::makeInstance(RequestWrapper::class,
$GLOBALS[
'TYPO3_REQUEST'] ??
null),
37 'applicationContext' => (string)GeneralUtility::getApplicationContext(),
40 $this->expressionLanguageProviders = [
41 Typo3ConditionFunctionsProvider::class