Project

General

Profile

Bug #24161 ยป 16507.diff

Administrator Admin, 2010-11-22 12:59

View differences:

typo3/sysext/cms/tslib/content/class.tslib_content_abstract.php (working copy)
*/
public abstract function render($conf = array());
/**
* Compatibility stdWrap wrapper.
*
* @param string $content The content to manipulate using stdWrap functions.
* @param array $conf stdWrap configuration.
*/
public function stdWrap($content = '', $conf = array()) {
return $this->cObj->stdWrap($content, $conf);
}
}
?>
    (1-1/1)