references:joomla.framework:document:jdocumentraw-__constructTable of Contents
__construct
JDocumentRAW class constructor. The constructor should be invoked via the JDocument::getInstance() method. This method sets the mime type to ‘text/html’ and the document type to ‘raw’. SyntaxJDocumentRAW __construct ( $options )
ExamplesA JDocumentRAW object can be created using the following: Example $rawDoc =& JDocument::getInstance( 'raw' ); Discussion |


