API15:JURI/getPass
From Joomla! Documentation
Description
Get URI password returns the password, or null if no password was specified
[<! removed edit link to red link >]
<! removed transcluded page call, red link never existed >
Syntax
getPass()
Returns
string The URI password
Defined in
libraries/joomla/environment/uri.php
Importing
jimport( 'joomla.environment.uri' );
Source Body
function getPass() {
return $this->_pass;
}
[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >
Examples
Code Examples