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
string
The name of the element to render- params
array<string|int, mixed>
Array of values- content
string
Override the output of the renderer
Response
string
The output of the script