Located in /lib/class.zend.eps_feed_writer.inc (line 21)
Feed entry object of type Zend_Feed_Writer_Entry
Feed writer object.
Feed link URL that serves as a bridge between the feed Id and link properties.
Included simply to keep linking from breaking and having a fall-back default value.
The feed type, atom (default) or rss.
Constructor.
Creates a Zend_Feed_Writer_Feed object. Sets the create date, feed type (rss or atom [default]), the feed title, feed link and id (which can be overridden), and the feed language to English. The feed link and feed id are formed off of the feed link string that is provided here.
Executes the feed export process and sets the final modified date. Suppresses exception errors by default.
Performs some final housecleaning of the internal _data object by converting it into an XML object and changing what needs to be changed due to the feed type. ZF does not seem to do a good job at regulating the document format for each particular feed, so we must do it here.
Formats the RSS link value to the object feed link.
Doing this since ZF does not provide a link node in the RSS channel.
Formats the URL to have the proper slash usage.
Creates an entry for the feed. Also sets the entry title and link.
The GETTER must be called first to create the entry, set the desired entry information, and then call the SETTER to add the entry to the feed.
Sets the entry data to the feed. It also sets the entry create and modified dates.
Sets the entry author(s) data.
Sets the entry category data. Multiple categories may be entered by calling this method repeatedly.
Array key values are label, term, scheme.
Sets the entry content.
Sets the entry copyright information.
Sets the entry description.
Sets the entry id. This is usually the same as the entry link and must be a well-formed URI.
During the export process, the class will reformat the id with a more unique value that includes a scheme and obfuscated URL string.
Sets the feed author(s) data.
Array key values are name, email, uri.
Sets the feed base URL.
Any relative references are resolved using this path.
Sets the feed copyright information.
Sets the feed description text.
Sets the feed generator data. Defaults to the Zend Framework version data.
Array key values are name, version, uri.
Sets the feed icon image.
Array key values are uri, link, title, description.
Sets the feed id.
This is a unique and valid URI value and is normally set automatically off of the base URL or the feed link URL, whichever is set later. If a feed id is needed, always call this method last to ensure that it is set just as you want it.
Sets the feed language.
Sets the feed link URL. Must be a well-formed URI.
Sets the feed logo image. Height and width properties only apply to RSS feeds.
Array key values are uri, link, title, description, height, width.
Documentation generated on Tue, 05 Jun 2012 05:52:12 -0700 by phpDocumentor 1.4.3