PHP Trait FluidTYPO3\Vhs\Traits\DefaultRenderMethodViewHelperTrait

Trait implemented by ViewHelpers which are perfectly fine with a render() method which only delegates to renderStatic(). Do not implement in ViewHelpers which subclass from other ViewHelpers if any parent implements a render() method. Has the following main responsibilities: - generic render method passing arguments, context and closures to renderStatic.
Datei anzeigen Open project: fluidtypo3/vhs

Public Methods

Method Description
render ( ) : mixed Delegation to renderStatic

Method Details

render() public method

Delegation to renderStatic
public render ( ) : mixed
return mixed