2 namespace TYPO3\CMS\Frontend\ContentObject;
28 public function render($conf = array())
30 if (!empty($conf[
'if.']) && !$this->cObj->checkIf($conf[
'if.'])) {
34 $theValue = $this->cObj->cImage($conf[
'file'], $conf);
35 if (isset($conf[
'stdWrap.'])) {
36 $theValue = $this->cObj->stdWrap($theValue, $conf[
'stdWrap.']);