JRoute: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JRoute}}
===Defined in===
librari... |
m preparing for archive only |
||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/methods.php | libraries/joomla/methods.php | ||
===Methods=== | |||
{| class="wikitable sortable" | |||
|- | |||
!Method name | |||
!Description | |||
|- | |||
|[[API16:JRoute/_|_]] | |||
|Translates an internal Joomla URL to a humanly readible URL. | |||
|} | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.methods' );</source> | <source lang="php">jimport( 'joomla.methods' );</source> | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JRoute | category=JRoute | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 02:01, 25 March 2017
Defined in
libraries/joomla/methods.php
Methods
| Method name | Description |
|---|---|
| _ | Translates an internal Joomla URL to a humanly readible URL. |
Importing
jimport( 'joomla.methods' );
Examples
Code Examples