CObjectViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <f:cobject>
FinalYes
ViewHelper to render CObjects (objects containing rendering definitions for records/elements), using the global TypoScript configuration.
<f:cObject typoscriptObjectPath="lib.someLibObject" />
Note: You have to ensure proper escaping (htmlspecialchars
/intval
/etc.) on your own!
Tags
Table of Contents
Properties
- $escapeChildren : bool
- Disable escaping of child nodes' output
- $escapeOutput : bool
- Disable escaping of this node's output
Methods
- getContentArgumentName() : string
- Explicitly set argument name to be used as content.
- initializeArguments() : void
- render() : string
- Renders the TypoScript object in the given TypoScript setup path.
Properties
$escapeChildren
Disable escaping of child nodes' output
protected
bool
$escapeChildren
= false
$escapeOutput
Disable escaping of this node's output
protected
bool
$escapeOutput
= false
Methods
getContentArgumentName()
Explicitly set argument name to be used as content.
public
getContentArgumentName() : string
Return values
stringinitializeArguments()
public
initializeArguments() : void
render()
Renders the TypoScript object in the given TypoScript setup path.
public
render() : string