Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JDocumentFeed
+ Graphe d'héritage de JDocumentFeed:
+ Graphe de collaboration de JDocumentFeed:

Liste de tous les membres

Fonctions membres publiques

 __construct ($options=array())
 render ($cache=false, $params=array())
 addItem (&$item)
- Fonctions membres publiques inherited from JDocument
 setType ($type)
 getType ()
 getBuffer ()
 setBuffer ($content, $options=array())
 getMetaData ($name, $httpEquiv=false)
 setMetaData ($name, $content, $http_equiv=false, $sync=true)
 addScript ($url, $type="text/javascript", $defer=false, $async=false)
 addScriptDeclaration ($content, $type= 'text/javascript')
 addStyleSheet ($url, $type= 'text/css', $media=null, $attribs=array())
 addStyleDeclaration ($content, $type= 'text/css')
 setCharset ($type= 'utf-8')
 getCharset ()
 setLanguage ($lang="en-gb")
 getLanguage ()
 setDirection ($dir="ltr")
 getDirection ()
 setTitle ($title)
 getTitle ()
 setBase ($base)
 getBase ()
 setDescription ($description)
 getDescription ()
 setLink ($url)
 getLink ()
 setGenerator ($generator)
 getGenerator ()
 setModifiedDate ($date)
 getModifiedDate ()
 setMimeEncoding ($type= 'text/html', $sync=true)
 getMimeEncoding ()
 setLineEnd ($style)
 _getLineEnd ()
 setTab ($string)
 _getTab ()
 loadRenderer ($type)
 parse ($params=array())
- Fonctions membres publiques inherited from JObject
 __toString ()
 def ($property, $default=null)
 get ($property, $default=null)
 getProperties ($public=true)
 getError ($i=null, $toString=true)
 getErrors ()
 set ($property, $value=null)
 setProperties ($properties)
 setError ($error)
 toString ()

Attributs publics

 $syndicationURL = ""
 $image = null
 $copyright = ""
 $pubDate = ""
 $lastBuildDate = ""
 $editor = ""
 $docs = ""
 $editorEmail = ""
 $webmaster = ""
 $category = ""
 $ttl = ""
 $rating = ""
 $skipHours = ""
 $skipDays = ""
 $items = array()
- Attributs publics inherited from JDocument
 $title = ''
 $description = ''
 $link = ''
 $base = ''
 $language = 'en-gb'
 $direction = 'ltr'
 $_generator = 'Joomla! - Open Source Content Management'
 $_mdate = ''
 $_tab = "\11"
 $_lineEnd = "\12"
 $_charset = 'utf-8'
 $_mime = ''
 $_namespace = ''
 $_profile = ''
 $_scripts = array()
 $_script = array()
 $_styleSheets = array()
 $_style = array()
 $_metaTags = array()
 $_engine = null
 $_type = null

Additional Inherited Members

- Fonctions membres publiques statiques inherited from JDocument
static getInstance ($type= 'html', $attributes=array())
- Attributs publics statiques inherited from JDocument
static $_buffer = null
- Attributs protégés statiques inherited from JDocument
static $instances = array()

Documentation des constructeurs et destructeur

JDocumentFeed::__construct (   $options = array())

Class constructor

Paramètres:
array$optionsAssociative array of options
Depuis:
11.1

Réimplémentée à partir de JDocument.

Références $options.


Documentation des fonctions membres

JDocumentFeed::addItem ( $item)

Adds an JFeedItem to the feed.

Paramètres:
JFeedItem&$itemThe feeditem to add to the feed.
Renvoie:
JDocumentFeed instance of $this to allow chaining
Depuis:
11.1

Références $item, et $link.

JDocumentFeed::render (   $cache = false,
  $params = array() 
)

Render the document

Paramètres:
boolean$cacheIf true, cache the output
array$paramsAssociative array of attributes
Renvoie:
The rendered data
Depuis:
11.1

Réimplémentée à partir de JDocument.

Références $data, $type, JText\_(), JRequest\getCmd(), et JError\raiseError().

+ Voici le graphe d'appel pour cette fonction :


Documentation des données membres

JDocumentFeed::$category = ""
JDocumentFeed::$copyright = ""
JDocumentFeed::$docs = ""
JDocumentFeed::$editor = ""
JDocumentFeed::$editorEmail = ""
JDocumentFeed::$image = null
JDocumentFeed::$items = array()
JDocumentFeed::$lastBuildDate = ""
JDocumentFeed::$pubDate = ""
JDocumentFeed::$rating = ""
JDocumentFeed::$skipDays = ""
JDocumentFeed::$skipHours = ""
JDocumentFeed::$syndicationURL = ""
JDocumentFeed::$ttl = ""
JDocumentFeed::$webmaster = ""

La documentation de cette classe a été générée à partir du fichier suivant :