API17

Difference between revisions of "JURI::setUser"

From Joomla! Documentation

m (→‎User contributed notes: re-categorisation)
m (→‎See also: moving preparation)
(2 intermediate revisions by the same user not shown)
Line 29: Line 29:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JURI::setUser source code''' on [[jplatform:environment/uri.php#cl-527|BitBucket]]
 
* {{JVer|11.1}} '''JURI::setUser source code''' on [[jplatform:environment/uri.php#cl-527|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::setUser|Other versions of JURI::setUser]]
+
* [[API17:JURI::setUser|Other versions of JURI::setUser]]
 
{{SeeAlso:JURI::setUser}}
 
{{SeeAlso:JURI::setUser}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 47: Line 47:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JURI]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:47, 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::setUser[edit]

Description[edit]

Set URI username.

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

public function setUser ($user)
Parameter Type Default Description
$user string The URI username.
  • Returns
  • Defined on line 535 of libraries/joomla/environment/uri.php
  • Since Joomla 11.1

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />