Back to Document class

Method getDescription

public string
getDescription
()
Return the description of the document.
Returns
  • string
Since
  • 1.7.0
Class: Document
Project: Joomla

Method getDescription - Source code

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