30 public function render($conf = array()) {
31 $file = isset($conf[
'file.']) ? $this->cObj->stdWrap($conf[
'file'], $conf[
'file.']) : $conf[
'file'];
32 $theValue = $this->cObj->fileResource($file, trim($this->cObj->getAltParam($conf, FALSE)));
33 $linkWrap = isset($conf[
'linkWrap.']) ? $this->cObj->stdWrap($conf[
'linkWrap'], $conf[
'linkWrap.']) : $conf[
'linkWrap'];
35 $theValue = $this->cObj->linkWrap($theValue, $linkWrap);
37 $wrap = isset($conf[
'wrap.']) ? $this->cObj->stdWrap($conf[
'wrap'], $conf[
'wrap.']) : $conf[
'wrap'];
39 $theValue = $this->cObj->wrap($theValue, $wrap);
41 if (isset($conf[
'stdWrap.'])) {
42 $theValue = $this->cObj->stdWrap($theValue, $conf[
'stdWrap.']);