API17

Difference between revisions of "JDocumentRendererModule::render"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 42: Line 42:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JDocumentRendererModule::render source code''' on [[jplatform:document/html/renderer/module.php#cl-22|BitBucket]]
 
* {{JVer|11.1}} '''JDocumentRendererModule::render source code''' on [[jplatform:document/html/renderer/module.php#cl-22|BitBucket]]
* {{JVer|11.1}} Class [[JDocumentRendererModule/11.1|JDocumentRendererModule]]
+
* {{JVer|11.1}} Class [[API17:JDocumentRendererModule|JDocumentRendererModule]]
* {{JVer|11.1}} Subpackage [[Subpackage_Document/11.1|Document]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
* [[JDocumentRendererModule::render|Other versions of JDocumentRendererModule::render]]
+
* [[API17:JDocumentRendererModule::render|Other versions of JDocumentRendererModule::render]]
 
{{SeeAlso:JDocumentRendererModule::render}}
 
{{SeeAlso:JDocumentRendererModule::render}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:31, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDocumentRendererModule::render[edit]

Description[edit]

Renders a module script and returns the results as a string.

Template:Description:JDocumentRendererModule::render [Edit Descripton]

public function render (
        $module
        $attribs=array
        $content=null
)
Parameter Type Default Description
$module string $name The name of the module to render
$attribs array array() Associative array of values
$content null
  • Returns string The output of the script
  • Defined on line 30 of libraries/joomla/document/html/renderer/module.php

See also[edit]

Template:SeeAlso:JDocumentRendererModule::render [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />