API16

API16:JDocument/getType

From Joomla! Documentation

Description

Returns the document type


<! removed transcluded page call, red link never existed >

Syntax

getType()


Returns

string

Defined in

libraries/joomla/document/document.php

Importing

jimport( 'joomla.document.document' );

Source Body

function getType() {
        return $this->_type;
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples