API16:JDocument/setBase
From Joomla! Documentation
Description
Sets the base URI of the document
<! removed transcluded page call, red link never existed >
Syntax
setBase($base)
| Parameter Name | Default Value | Description |
|---|---|---|
| $base | $base public |
Defined in
libraries/joomla/document/document.php
Importing
jimport( 'joomla.document.document' );
Source Body
function setBase($base) {
$this->base = $base;
}
<! removed transcluded page call, red link never existed >
Examples
Code Examples