JRoute: Difference between revisions
From Joomla! Documentation
m preparing for archive only |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/methods.php | libraries/joomla/methods.php | ||
Line 19: | Line 14: | ||
<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