API17:JApplication::stringURLSafe
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JApplication::stringURLSafe|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JApplication::stringURLSafe|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function stringURLSafe ($string) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 27: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' string Processed string | |
| − | string Processed string | + | * '''Defined''' on line 737 of libraries/joomla/application/application.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/application/application.php | + | * '''Referenced by''' |
| − | + | ** [[JTableMenuType::check/11.1|JTableMenuType::check]] | |
| − | * [[JTableMenuType | + | ** [[JTableContent::check/11.1|JTableContent::check]] |
| − | * [[JTableContent | + | ** [[JTableCategory::check/11.1|JTableCategory::check]] |
| − | * [[JTableCategory | + | ** [[JTableMenu::check/11.1|JTableMenu::check]] |
| − | * [[JTableMenu | + | |
===See also=== | ===See also=== | ||
| + | * {{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}} Subpackage [[Subpackage_Application/11.1|Application]] | ||
| + | * [[JApplication::stringURLSafe|Other versions of JApplication::stringURLSafe]] | ||
| + | {{SeeAlso:JApplication::stringURLSafe}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JApplication::stringURLSafe|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JApplication::stringURLSafe|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 51: | Line 49: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JApplication]][[Category:JApplication::stringURLSafe]]</noinclude> | <noinclude>[[Category:JApplication]][[Category:JApplication::stringURLSafe]]</noinclude> | ||
Revision as of 20:09, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JApplication::stringURLSafe
Description
This method transliterates a string into an URL safe string or returns a URL safe UTF-8 string based on the global configuration.
Description:JApplication::stringURLSafe [Edit Descripton]
public static function stringURLSafe ($string)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $string | string | String to process |
- Returns string Processed string
- Defined on line 737 of libraries/joomla/application/application.php
- Since
- Referenced by
See also
-
JApplication::stringURLSafe source code on BitBucket
-
Class JApplication
-
Subpackage Application
- Other versions of JApplication::stringURLSafe
SeeAlso:JApplication::stringURLSafe [Edit See Also]
User contributed notes
<CodeExamplesForm />
