Back to WebApplication class

Method getDocument

public \Joomla\CMS\Document\Document
getDocument
()
Method to get the application document object.
Returns
  • \Joomla\CMS\Document\Document The document object
Since
  • 1.7.3

Method getDocument - Source code

/**
 * Method to get the application document object.
 *
 * @return  Document  The document object
 *
 * @since   1.7.3
 */
public function getDocument()
{
    return $this->document;
}