| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id: feed.php 14401 2010-01-26 14:10:00Z louis $ |
| File Size: | 502 lines (8 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
JDocumentFeed:: (3 methods):
__construct()
render()
addItem()
JFeedItem:: (1 method):
setEnclosure()
JFeedEnclosure:: (0 methods):
JFeedImage:: (0 methods):
Class: JDocumentFeed - X-Ref
DocumentFeed class, provides an easy interface to parse and display any feed document| __construct($options = array() X-Ref |
| Class constructor param: array $options Associative array of options |
| render( $cache = false, $params = array() X-Ref |
| Render the document param: boolean $cache If true, cache the output param: array $params Associative array of attributes return: The rendered data |
| addItem( &$item ) X-Ref |
| Adds an JFeedItem to the feed. param: object JFeedItem $item The feeditem to add to the feed. |
| setEnclosure($enclosure) X-Ref |
| Set the JFeedEnclosure for this item param: object $enclosure The JFeedItem to add to the feed. |
Class: JFeedEnclosure - X-Ref
JFeedEnclosure is an internal class that stores feed enclosure information| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |