JRoute/1.5
From Joomla! Documentation
< JRoute(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→See also: fixing link to API) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JRoute== | ||
| + | ===Description=== | ||
| + | {{Description:JRoute}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JRoute|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JRoute|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JRoute::_/1.5|_]] | |[[JRoute::_/1.5|_]] | ||
|Translates an internal URL to a humanly readible URL. | |Translates an internal URL to a humanly readible URL. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/methods.php | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.methods' );</source> | <source lang="php">jimport( 'joomla.methods' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JRoute''' on [http://api.joomla.org/1.5/Joomla-Framework/JRoute.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JRoute source code''' on [[jframework15:methods.php|JoomlaCode]] | ||
| + | * [[JRoute|Other versions of JRoute]] | ||
| + | {{SeeAlso:JRoute}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JRoute|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JRoute|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 36: | Line 37: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JRoute]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JRoute]]</noinclude> | ||
Latest revision as of 16:05, 13 February 2013
[edit]
JRoute
[edit] Description
Description:JRoute [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _ | Translates an internal URL to a humanly readible URL. |
- Defined in libraries/joomla/methods.php
[edit] Importing
jimport( 'joomla.methods' );
[edit] See also
-
JRoute on api.joomla.org
-
JRoute source code on JoomlaCode
- Other versions of JRoute
SeeAlso:JRoute [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />