API17

Difference between revisions of "JDocumentError::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:JDocumentError::render|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JDocumentError::render|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JDocumentError::render ($cache=false, $params=array())
+
public function render (
 +
        $cache=false
 +
        $params=array
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 32:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 72 of libraries/joomla/document/error/error.php
===Defined in===
 
libraries/joomla/document/error/error.php (line 75)
 
* see source code in [[jplatform:document/error/error.php#cl-75|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JDocumentError::render source code''' on [[jplatform:document/error/error.php#cl-64|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JDocumentError|JDocumentError]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
 +
* [[API17:JDocumentError::render|Other versions of JDocumentError::render]]
 +
{{SeeAlso:JDocumentError::render}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDocumentError::render|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JDocumentError::render|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JDocumentError/11.1|JDocumentError]]
+
===User contributed notes===
* [[JDocumentError::render|Other versions of this method]]
 
{{SeeAlso:JDocumentError::render}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 51: Line 51:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JDocumentError]][[Category:JDocumentError::render]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:28, 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 JDocumentError::render[edit]

Description[edit]

Render the document.

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

public function render (
        $cache=false
        $params=array
)
Parameter Type Default Description
$cache boolean false If true, cache the output
$params array array() Associative array of attributes
  • Returns
  • Defined on line 72 of libraries/joomla/document/error/error.php

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />