Bug #24161 ยป 16507.diff
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);
|
||
}
|
||
}
|
||
?>
|