Back to Joomla project (class list)

Class RendererInterface - list of methods

Interface for a document renderer
Package: Joomla\CMS\Document
Copyright: (C) 2017 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Document/RendererInterface.php
Project: Joomla

Method Summary

public string
(mixed $name, mixed $params = null, mixed $content = null)

Renders a script and returns the results as a string
Parameters
  • string $name The name of the element to render
  • array $params Array of values
  • string $content Override the output of the renderer
Returns
  • string The output of the script
Since
  • 4.0.0
Show source code of this method: render Source Code

Tags Summary

Since
4.0.0