'.\TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate('LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:'.$row['CType'].'.title', '').''; $ffs = GeneralUtility::makeInstance(FlexFormService::class); $flex = $ffs->convertFlexFormContentToArray($row['pi_flexform']); $dynamicContent = "Entdeckerbox-Elemente vollständig?
"; $dynContentCounter = 0; while(1){ $dynContentCounter++; if(!isset($flex["head".$dynContentCounter])) break; $dynamicContent .= 'Element '.$dynContentCounter.': '.(($flex["head".$dynContentCounter] && $flex["claim".$dynContentCounter] && $flex["image".$dynContentCounter] && $flex["text".$dynContentCounter]) != '' ? '✓' : '×').''; } $dynamicContent .= "
"; $itemContent .= '
'.\TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate('LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:'.$row['CType'].'.title', '').':'.$dynamicContent.'
'; $drawItem = false; /* file_put_contents('/var/www/html/typo3temp/debug.log', $itemContent.PHP_EOL, FILE_APPEND); file_put_contents('/var/www/html/typo3temp/debug.log', '----'.PHP_EOL, FILE_APPEND); */ } } }