PHP Class Neos\Fusion\TypoScriptObjects\RendererImplementation

The Renderer object will evaluate to a result using either renderer, renderPath or type from the configuration.
Inheritance: extends AbstractTypoScriptObject
Show file Open project: neos/neos-development-collection Class Usage Examples

Public Methods

Method Description
evaluate ( ) : mixed Render $type and return it.
getRenderPath ( ) : string A path to a TypoScript configuration
getType ( ) : string The type to render if condition is TRUE

Method Details

evaluate() public method

Render $type and return it.
public evaluate ( ) : mixed
return mixed

getRenderPath() public method

A path to a TypoScript configuration
public getRenderPath ( ) : string
return string

getType() public method

The type to render if condition is TRUE
public getType ( ) : string
return string