API15

API15:JDocumentFeed/ construct

From Joomla! Documentation

Revision as of 00:31, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Class constructor

[<! removed edit link to red link >]

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

Syntax

__construct($options=array())
Parameter Name Default Value Description
$options array() $options Associative array of options

Defined in

libraries/joomla/document/feed/feed.php

Importing

jimport( 'joomla.document.feed.feed' );

Source Body

function __construct($options = array())
{
        parent::__construct($options);

        //set document type
        $this->_type = 'feed';
}

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples

Code Examples