API17

Difference between revisions of "JURI::setScheme"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Set URI scheme (protocol) ie.  
 
Set URI scheme (protocol) ie.  
  
{{Description:JURI::setScheme}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JURI::setScheme|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JURI::setScheme ($scheme)
+
public function setScheme ($scheme)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 22:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 +
* '''Defined''' on line 512 of libraries/joomla/environment/uri.php
 +
===See also===
 +
* {{JVer|11.1}} '''JURI::setScheme source code''' on [[jplatform:environment/uri.php#cl-504|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JURI|JURI]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]]
 +
* [[API17:JURI::setScheme|Other versions of JURI::setScheme]]
  
===Defined in===
+
 
libraries/joomla/environment/uri.php (line 512)
+
===User contributed notes===
* see source code in [[jplatform:environment/uri.php#cl-512|BitBucket]]
+
=== Code Examples ===
===Referenced by===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JURI::setScheme|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
* [[JURI/11.1|JURI]]
 
* [[JURI::setScheme|Other versions of this method]]
 
{{SeeAlso:JURI::setScheme}}
 
===Examples===
 
<CodeExamplesForm />
 
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JURI::setScheme
 
category=JURI::setScheme
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JURI]][[Category:JURI::setScheme]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:53, 24 March 2017

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::setScheme[edit]

Description[edit]

Set URI scheme (protocol) ie.


public function setScheme ($scheme)
Parameter Type Default Description
$scheme
  • Returns
  • Defined on line 512 of libraries/joomla/environment/uri.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]