Joomla! 1.5 API

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2011 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class JDocumentRendererModules

Description

JDocument Modules renderer

  • since: 1.5

Located in /joomla/document/html/renderer/modules.php (line 25)

Class JObject   (Subpackage Base)

Abstract class JDocumentRenderer
   
   Class JDocumentRendererModules   (Subpackage Document)
Method Summary
Method string render ( $position, [array $params = array()], [ $content = null], string $name)
Variables

Inherited Variables

Inherited from JDocumentRenderer

Variable JDocumentRenderer::$_doc

Inherited from JObject

Variable JObject::$_errors
Methods
render (line 35)

Renders multiple modules script and returns the results as a string

  • return: The output of the script
  • access: public
string render ( $position, [array $params = array()], [ $content = null], string $name)
  • string $name: The position of the modules to render
  • array $params: Associative array of values
  • $position
  • $content

Redefinition of:
JDocumentRenderer::render()
Renders a script and returns the results as a string

Inherited Methods

Inherited From JDocumentRenderer

 JDocumentRenderer::__construct()
 JDocumentRenderer::getContentType()
 JDocumentRenderer::render()

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::getPublicProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::toString()
Support Joomla!