JApplication::route: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
Line 4: | Line 4: | ||
Route the application. | Route 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::route|Other versions of JApplication::route]] | * [[API17:JApplication::route|Other versions of JApplication::route]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JApplication::route | category=JApplication::route | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* |
Latest revision as of 02:19, 25 March 2017
JApplication::route
Description
Route the application.
public function route ()
- Returns
- Defined on line 208 of libraries/joomla/application/application.php
See also
JApplication::route source code on BitBucket
Class JApplication
Subpackage Application
- Other versions of JApplication::route
User contributed notes
Code Examples