Back to Document class

Method getBase

public string
getBase
()
Return the base URI of the document.
Returns
  • string
Since
  • 1.7.0
Class: Document
Project: Joomla

Method getBase - Source code

/**
 * Return the base URI of the document.
 *
 * @return  string
 *
 * @since   1.7.0
 */
public function getBase()
{
    return $this->base;
}