API17

Difference between revisions of "JApplication::stringURLSafe"

From Joomla! Documentation

m (JoomlaWikiBot moved page JApplication::stringURLSafe/11.1 to API17:JApplication::stringURLSafe without leaving a redirect: Robot: Moved page)
m (moving preparation)
(One intermediate revision by the same user not shown)
Line 28: Line 28:
 
* '''Since''' {{JVer|11.1 }}
 
* '''Since''' {{JVer|11.1 }}
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[JTableMenuType::check/11.1|JTableMenuType::check]]
+
** [[API17:JTableMenuType::check|JTableMenuType::check]]
** [[JTableContent::check/11.1|JTableContent::check]]
+
** [[API17:JTableContent::check|JTableContent::check]]
** [[JTableCategory::check/11.1|JTableCategory::check]]
+
** [[API17:JTableCategory::check|JTableCategory::check]]
** [[JTableMenu::check/11.1|JTableMenu::check]]
+
** [[API17:JTableMenu::check|JTableMenu::check]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JApplication::stringURLSafe source code''' on [[jplatform:application/application.php#cl-729|BitBucket]]
 
* {{JVer|11.1}} '''JApplication::stringURLSafe source code''' on [[jplatform:application/application.php#cl-729|BitBucket]]
* {{JVer|11.1}} Class [[JApplication/11.1|JApplication]]
+
* {{JVer|11.1}} Class [[API17:JApplication|JApplication]]
* {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[JApplication::stringURLSafe|Other versions of JApplication::stringURLSafe]]
+
* [[API17:JApplication::stringURLSafe|Other versions of JApplication::stringURLSafe]]
 
{{SeeAlso:JApplication::stringURLSafe}}
 
{{SeeAlso:JApplication::stringURLSafe}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 52: Line 52:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JApplication]][[Category:JApplication::stringURLSafe]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 19:42, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JApplication::stringURLSafe[edit]

Description[edit]

This method transliterates a string into an URL safe string or returns a URL safe UTF-8 string based on the global configuration.

Template:Description:JApplication::stringURLSafe [Edit Descripton]

public static function stringURLSafe ($string)
Parameter Type Default Description
$string string String to process

See also[edit]

Template:SeeAlso:JApplication::stringURLSafe [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />