API15

API15:JURI/setScheme

From Joomla! Documentation

Description

Set URI scheme (protocol) ie. http, https, ftp, etc...

[<! removed edit link to red link >]

<! removed transcluded page call, red link never existed >

Syntax

setScheme($scheme)
Parameter Name Default Value Description
$scheme $scheme The URI scheme

Defined in

libraries/joomla/environment/uri.php

Importing

jimport( 'joomla.environment.uri' );

Source Body

function setScheme($scheme) {
        $this->_scheme = $scheme;
}

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples

Code Examples