Inheritance diagram for feed:

Public Member Functions | |
| feed () | |
| setCharset ($value) | |
| setLang ($value) | |
| setFeedUrl ($value) | |
| setSiteUrl ($value) | |
| setTitle ($value) | |
| setDescription ($value) | |
| addItem ($title, $author, $date, $lang, $content, $url) | |
| is_whitespace ($char) | |
| summary ($content) | |
| generate () | |
| generates a feed | |
Public Attributes | |
| $charset | |
| charset for the feed | |
| $url | |
| url of web application | |
| $title | |
| title of web application | |
| $description | |
| description of web application | |
| $lang | |
| lang of content | |
| $mostRecent | |
| date of most recent update | |
| $items | |
| items of feed made up of feednode class | |
| feed::generate | ( | ) |
| feed::$charset |
charset for the feed
| feed::$description |
description of web application
| feed::$items |
items of feed made up of feednode class
| feed::$lang |
lang of content
| feed::$mostRecent |
date of most recent update
| feed::$title |
title of web application
| feed::$url |
url of web application
1.4.7