API17

Difference between revisions of "JURI::getUser"

From Joomla! Documentation

(Layout updates)
m (→‎User contributed notes: re-categorisation)
(One intermediate revision by one other user not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JURI::getUser|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JURI::getUser|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JURI::getUser ()
+
public function getUser ()
 
</source>
 
</source>
===Returns===
+
* '''Returns''' string The URI username.
string The URI username.
+
* '''Defined''' on line 524 of libraries/joomla/environment/uri.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/environment/uri.php (line 524)
 
* see source code in [[jplatform:environment/uri.php#cl-524|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JURI::getUser source code''' on [[jplatform:environment/uri.php#cl-516|BitBucket]]
 +
* {{JVer|11.1}} Class [[JURI/11.1|JURI]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Environment/11.1|Environment]]
 +
* [[JURI::getUser|Other versions of JURI::getUser]]
 +
{{SeeAlso:JURI::getUser}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JURI::getUser|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JURI::getUser|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JURI/11.1|JURI]]
+
===User contributed notes===
* [[JURI::getUser|Other versions of this method]]
 
{{SeeAlso:JURI::getUser}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 35: Line 31:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JURI]][[Category:JURI::getUser]]</noinclude>
+
<noinclude>[[Category:JURI]]</noinclude>

Revision as of 12:57, 9 August 2012

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

Description[edit]

Get URI username Returns the username, or null if no username was specified.

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

public function getUser ()
  • Returns string The URI username.
  • Defined on line 524 of libraries/joomla/environment/uri.php
  • Since Joomla 11.1

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />