2 declare(strict_types = 1);
25 $typo3 = new \stdClass();
26 $typo3->version = TYPO3_version;
27 $typo3->branch = TYPO3_branch;
28 $typo3->devIpMask = trim(
$GLOBALS[
'TYPO3_CONF_VARS'][
'SYS'][
'devIPmask']);
29 $this->expressionLanguageVariables = [
30 'applicationContext' => (string)GeneralUtility::getApplicationContext(),