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 JDocumentRendererModule

Description

JDocument Module renderer

  • since: 1.5

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

Class JObject   (Subpackage Base)

Abstract class JDocumentRenderer
   
   Class JDocumentRendererModule   (Subpackage Document)
Method Summary
Method string render ( $module, [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 a module script and returns the results as a string

  • return: The output of the script
  • access: public
string render ( $module, [array $params = array()], [ $content = null], string $name)
  • string $name: The name of the module to render
  • array $params: Associative array of values
  • $module
  • $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!