2 namespace TYPO3\CMS\Frontend\ContentObject;
28 public function render($conf = array())
30 if (!is_array($conf)) {
34 if (isset($conf[
'value'])) {
35 $content = $conf[
'value'];
36 unset($conf[
'value']);
38 if (isset($conf[
'value.'])) {
39 $content = $this->cObj->stdWrap($content, $conf[
'value.']);
40 unset($conf[
'value.']);
43 $content = $this->cObj->stdWrap($content, $conf);