API17

Difference between revisions of "JDocumentRendererModules::render"

From Joomla! Documentation

(Layout updates)
m (→‎See also: moving preparation)
(3 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JDocumentRendererModules::render|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JDocumentRendererModules::render|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JDocumentRendererModules::render ($position, $params=array(), $content=null)
+
public function render (
 +
        $position
 +
        $params=array
 +
        $content=null
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 35: Line 38:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' string The output of the script
string The output of the script
+
* '''Defined''' on line 29 of libraries/joomla/document/html/renderer/modules.php
===Defined in===
 
libraries/joomla/document/html/renderer/modules.php (line 29)
 
* see source code in [[jplatform:document/html/renderer/modules.php#cl-29|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JDocumentRendererModules::render source code''' on [[jplatform:document/html/renderer/modules.php#cl-21|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JDocumentRendererModules|JDocumentRendererModules]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
 +
* [[API17:JDocumentRendererModules::render|Other versions of JDocumentRendererModules::render]]
 +
{{SeeAlso:JDocumentRendererModules::render}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDocumentRendererModules::render|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JDocumentRendererModules::render|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JDocumentRendererModules/11.1|JDocumentRendererModules]]
+
===User contributed notes===
* [[JDocumentRendererModules::render|Other versions of this method]]
 
{{SeeAlso:JDocumentRendererModules::render}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 56: Line 57:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JDocumentRendererModules]][[Category:JDocumentRendererModules::render]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

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 JDocumentRendererModules::render[edit]

Description[edit]

Renders multiple modules script and returns the results as a string.

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

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

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />