API17

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.  


{{subst:Description:JApplication::route}}
 


<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]]
{{subst:SeeAlso:JApplication::route}}
 


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

Latest revision as of 02:19, 25 March 2017

Joomla 11.1 JApplication::route

Description

Route the application.


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

See also


User contributed notes

Code Examples