API17

Difference between revisions of "JURI::getPass"

From Joomla! Documentation

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

Revision as of 12:54, 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::getPass[edit]

Description[edit]

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

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

public function getPass ()
  • Returns string The URI password.
  • Defined on line 547 of libraries/joomla/environment/uri.php
  • Since Joomla 11.1

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />