API15

API15:JDocumentRenderer/getContentType

From Joomla! Documentation

Revision as of 22:19, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Return the content type of the renderer <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>[[Description:JDocumentRenderer/getContentType|Edit Descr...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Return the content type of the renderer

[Edit Descripton]

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 />