Back to XmlDocument class

Method isDownload

public string
isDownload
()
Check if this document is intended for download
Returns
  • string
Since
  • 3.9.0
Class: XmlDocument
Project: Joomla

Method isDownload - Source code

/**
 * Check if this document is intended for download
 *
 * @return  string
 *
 * @since   3.9.0
 */
public function isDownload()
{
    return $this->isDownload;
}