Back to Document class

Method getLink

public string
()
Returns the document base url
Returns
  • string
Since
  • 1.7.0
Class: Document
Project: Joomla

Method getLink - Source code

/**
 * Returns the document base url
 *
 * @return string
 *
 * @since   1.7.0
 */
public function getLink()
{
    return $this->link;
}