JRoute: Difference between revisions
From Joomla! Documentation
m clean up |
|||
Line 1: | Line 1: | ||
{{subst:Description:JRoute}} | |||
{{Description:JRoute}} | |||
===Defined in=== | ===Defined in=== | ||
Line 19: | Line 16: | ||
<source lang="php">jimport( 'joomla.methods' );</source> | <source lang="php">jimport( 'joomla.methods' );</source> | ||
{{subst:SeeAlso:JRoute}} | |||
{{SeeAlso:JRoute}} | |||
===Examples=== | ===Examples=== |
Revision as of 14:21, 24 March 2017
{{subst:Description:JRoute}}
Defined in
libraries/joomla/methods.php
Methods
Method name | Description |
---|---|
_ | Translates an internal Joomla URL to a humanly readible URL. |
Importing
jimport( 'joomla.methods' );
{{subst:SeeAlso:JRoute}}
Examples
<CodeExamplesForm />