API17

JApplication::render: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Render the application.  
Render the application.  


{{subst:Description:JApplication::render}}
 


<source lang="php">
<source lang="php">
Line 16: Line 16:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[API17:JApplication::render|Other versions of JApplication::render]]
* [[API17:JApplication::render|Other versions of JApplication::render]]
{{subst:SeeAlso:JApplication::render}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JApplication::render
category=JApplication::render
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:19, 25 March 2017

Joomla 11.1 JApplication::render

Description

Render the application.


public function render ()
  • Returns
  • Defined on line 259 of libraries/joomla/application/application.php

See also


User contributed notes

Code Examples