API17

Difference between revisions of "JURI::getScheme"

From Joomla! Documentation

m (JoomlaWikiBot moved page JURI::getScheme/11.1 to API17:JURI::getScheme without leaving a redirect: Robot: Moved page)
m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 15: Line 15:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JURI::getScheme source code''' on [[jplatform:environment/uri.php#cl-492|BitBucket]]
 
* {{JVer|11.1}} '''JURI::getScheme source code''' on [[jplatform:environment/uri.php#cl-492|BitBucket]]
* {{JVer|11.1}} Class [[JURI/11.1|JURI]]
+
* {{JVer|11.1}} Class [[API17:JURI|JURI]]
* {{JVer|11.1}} Subpackage [[Subpackage_Environment/11.1|Environment]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]]
* [[JURI::getScheme|Other versions of JURI::getScheme]]
+
* [[API17:JURI::getScheme|Other versions of JURI::getScheme]]
 
{{SeeAlso:JURI::getScheme}}
 
{{SeeAlso:JURI::getScheme}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 33: Line 33:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JURI]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:46, 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 JURI::getScheme[edit]

Description[edit]

Get URI scheme (protocol) ie.

Template:Description:JURI::getScheme [Edit Descripton]

public function getScheme ()
  • Returns
  • Defined on line 500 of libraries/joomla/environment/uri.php

See also[edit]

Template:SeeAlso:JURI::getScheme [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />