API15

API15:JDocument/getBase

From Joomla! Documentation

Revision as of 22:18, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Return the base URI of the document. <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Return the base URI of the document.

[Edit Descripton]

Template:Description:JDocument/getBase

Syntax

getBase()


Returns

string public

Defined in

libraries/joomla/document/document.php

Importing

jimport( 'joomla.document.document' );

Source Body

function getBase() {
        return $this->base;
}

[Edit See Also] Template:SeeAlso:JDocument/getBase

Examples

<CodeExamplesForm />