Back to Joomla project (class list)

Class ComponentRenderer - list of methods

HTML document renderer for the component output

Extends

Package: Joomla\CMS\Document\Renderer\Html
Copyright: (C) 2015 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Document/Renderer/Html/ComponentRenderer.php
Project: Joomla

Method Summary

public string
(mixed $component = null, mixed $params = array(), mixed $content = null)

Renders a component script and returns the results as a string
Parameters
  • string $component The name of the component to render
  • array $params Associative array of values
  • string $content Content script
Returns
  • string The output of the script
Since
  • 3.5
Show source code of this method: render Source Code

Tags Summary

Since
3.5