Back to Document class

Method getTitle

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

Method getTitle - Source code

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