PHP Class FluidTYPO3\Vhs\ViewHelpers\Render\InlineViewHelper

Render as string containing Fluid as if it were part of the template currently being rendered. Environment (template variables etc.) is cloned but not re-merged after rendering, which means that any and all changes in variables that happen while rendering this inline code will be destroyed after sub-rendering is finished.
Inheritance: extends AbstractRenderViewHelper
Mostra file Open project: fluidtypo3/vhs

Public Methods

Method Description
initializeArguments ( ) : void Initialize arguments
render ( string $content = null ) : string Renders an outside string as if it were Fluid code, using additional (or overridden) namespaces if so desired.

Method Details

initializeArguments() public method

Initialize arguments
public initializeArguments ( ) : void
return void

render() public method

Renders an outside string as if it were Fluid code, using additional (or overridden) namespaces if so desired.
public render ( string $content = null ) : string
$content string
return string