references:joomla.framework:document:jdocumentfeed-__constructTable of Contents
__construct
JDocumentFeed class constructor. The constructor should be invoked via the JDocument::getInstance() method. The constructor sets the document type to ‘feed’ and invokes the parent constructor. SyntaxJDocumentFeed __construct ( $options )
ExamplesA JDocumentFeed object can be created using the following: Example $options = array( 'direction' => 'rtl' ); $feedDoc =& JDocument::getInstance( 'feed', $options ); Discussion |


