RendererInterface

Interface for a document renderer

since

4.0.0

package

Joomla CMS

Methods

render

Renders a script and returns the results as a string

render( name, mixed||string|int params = null,  content = null) : 
since

4.0.0

Arguments

name

stringThe name of the element to render

params

array<string|int, mixed>Array of values

content

stringOverride the output of the renderer

Response

stringThe output of the script