API15

API15:JURI/getPass

From Joomla! Documentation

Revision as of 01:14, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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