API15:JDocumentRenderer/getContentType
From Joomla! Documentation
Description
Return the content type of the renderer
Template:Description:JDocumentRenderer/getContentType
Syntax
getContentType()
Returns
string The contentType
Defined in
libraries/joomla/document/renderer.php
Importing
jimport( 'joomla.document.renderer' );
Source Body
function getContentType() {
return $this->_mime;
}
[Edit See Also] Template:SeeAlso:JDocumentRenderer/getContentType
Examples
<CodeExamplesForm />