Back to Document class

Method getType

public string
getType
()
Returns the document type
Returns
  • string
Since
  • 1.7.0
Class: Document
Project: Joomla

Method getType - Source code

/**
 * Returns the document type
 *
 * @return  string
 *
 * @since   1.7.0
 */
public function getType()
{
    return $this->_type;
}