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. | ||
<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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JApplication::render | category=JApplication::render | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:19, 25 March 2017
JApplication::render
Description
Render the application.
public function render ()
- Returns
- Defined on line 259 of libraries/joomla/application/application.php
See also
JApplication::render source code on BitBucket
Class JApplication
Subpackage Application- Other versions of JApplication::render
User contributed notes
Code Examples