JURI::setPass/1.5
From Joomla! Documentation
< JURI::setPass(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→User contributed notes: re-categorisation) |
||
| (One intermediate revision by one user not shown) | |||
| Line 4: | Line 4: | ||
Set URI password. | Set URI password. | ||
| + | {{Description:JURI::setPass}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
| − | <nowiki>[</nowiki>[[Description:JURI | + | <nowiki>[</nowiki>[[Description:JURI::setPass|Edit Descripton]]<nowiki>]</nowiki> |
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function setPass ($pass) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 27: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 583 of libraries/joomla/environment/uri.php | |
| − | + | * '''Since''' {{JVer|1.5 }} | |
| − | libraries/joomla/environment/uri.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JURI::setPass''' on [http://api.joomla.org/Joomla-Framework/Environment/JURI.html#setPass api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JURI source code''' on [[jframework15:environment/uri.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Class [[JURI/1.5|JURI]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage_Environment/1.5|Environment]] | ||
| + | * [[JURI::setPass|Other versions of JURI::setPass]] | ||
| + | {{SeeAlso:JURI::setPass}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
| − | <nowiki>[</nowiki>[[SeeAlso:JURI | + | <nowiki>[</nowiki>[[SeeAlso:JURI::setPass|Edit See Also]]<nowiki>]</nowiki> |
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 45: | Line 43: | ||
category=JURI::setPass | category=JURI::setPass | ||
category=CodeExample | category=CodeExample | ||
| − | category= | + | category=MethodExample |
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:JURI | + | <noinclude>[[Category:JURI]]</noinclude> |
Latest revision as of 13:02, 9 August 2012
[edit]
JURI::setPass
[edit] Description
Set URI password.
Description:JURI::setPass [Edit Descripton]
public function setPass ($pass)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $pass | string | The URI password |
[edit] See also
-
JURI::setPass on api.joomla.org
-
JURI source code on JoomlaCode
-
Class JURI
-
Subpackage Environment
- Other versions of JURI::setPass
SeeAlso:JURI::setPass [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />