Axiom (v1.2.0)

A lightweight PHP framework
axRssFeedWriter Class Reference

RSS Feed Writer Class. More...

+ Inheritance diagram for axRssFeedWriter:

Public Member Functions

 __construct (axFeed $feed)
 Constructor.

Protected Member Functions

 buildFeedInfo ()
 buildItems ()

Protected Attributes

 $_rss
 RSS element.
 $_channel
 Channel element.

Detailed Description

RSS Feed Writer Class.

Author:
Delespierre
License:
http://www.gnu.org/licenses/lgpl.html Lesser General Public Licence version 3

Definition at line 16 of file axRssFeedWriter.class.php.


Constructor & Destructor Documentation

Constructor.

Parameters:
axFeed$feed

Reimplemented from axFeedWriter.

Definition at line 35 of file axRssFeedWriter.class.php.


Member Function Documentation

Build Feed Info .

Returns:
void

Reimplemented from axFeedWriter.

Definition at line 49 of file axRssFeedWriter.class.php.

axRssFeedWriter::buildItems ( ) [protected]

Build items.

Returns:
void
Todo:
add entry validation here.

Reimplemented from axFeedWriter.

Definition at line 61 of file axRssFeedWriter.class.php.


Field Documentation

DOMElement axRssFeedWriter::$_channel [protected]

Channel element.

Definition at line 29 of file axRssFeedWriter.class.php.

DOMElement axRssFeedWriter::$_rss [protected]

RSS element.

Definition at line 22 of file axRssFeedWriter.class.php.


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables