32 if (!is_array($conf) || empty($conf)) {
37 if ($this->cObj->getUserObjectType() ===
false) {
41 $tempContent = $this->cObj->callUserFunction($conf[
'userFunc'], $conf,
'');
42 if ($this->cObj->doConvertToUserIntObject) {
43 $this->cObj->doConvertToUserIntObject =
false;
44 $content = $this->cObj->cObjGetSingle(
'USER_INT', $conf);
46 $content .= $tempContent;
48 if (isset($conf[
'stdWrap.'])) {
49 $content = $this->cObj->stdWrap($content, $conf[
'stdWrap.']);
52 $this->cObj->setUserObjectType(
false);
61 return GeneralUtility::makeInstance(TimeTracker::class);