Back to CMSWebApplicationInterface 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
  • 4.0.0

Method getDocument - Source code

/**
 * Method to get the application document object.
 *
 * @return  Document  The document object
 *
 * @since   4.0.0
 */
public function getDocument();