37 if (!empty($conf[
'if.']) && !$this->cObj->checkIf($conf[
'if.'])) {
41 $content = $this->cObj->cObjGet($conf);
42 $wrap = isset($conf[
'wrap.']) ? $this->cObj->stdWrap($conf[
'wrap'], $conf[
'wrap.']) : $conf[
'wrap'];
44 $content = $this->cObj->wrap($content, $wrap);
46 if (isset($conf[
'stdWrap.'])) {
47 $content = $this->cObj->stdWrap($content, $conf[
'stdWrap.']);
57 return GeneralUtility::makeInstance(TimeTracker::class);