Axiom (v1.2.0)

A lightweight PHP framework
axFeedWriter Class Reference

Feed Writer abstract class. More...

+ Inheritance diagram for axFeedWriter:

Public Member Functions

 __construct (axFeed $feed)
 Constructor.

Protected Member Functions

 buildFeedInfo ()
 Build Feed Info .
 buildItems ()
 Build items.

Protected Attributes

 $_feed
 Internal Feed instance.

Detailed Description

Feed Writer abstract class.

Base class that all feed writer have to implement in order to be able to build feed via axFeed class.

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

Definition at line 18 of file axFeedWriter.class.php.


Constructor & Destructor Documentation

Constructor.

Parameters:
Feed$feed

Reimplemented in axRssFeedWriter, and axAtomFeedWriter.

Definition at line 30 of file axFeedWriter.class.php.


Member Function Documentation

axFeedWriter::buildFeedInfo ( ) [abstract, protected]

Build Feed Info .

Returns:
void

Reimplemented in axRssFeedWriter, and axAtomFeedWriter.

axFeedWriter::buildItems ( ) [abstract, protected]

Build items.

Returns:
void

Reimplemented in axAtomFeedWriter, and axRssFeedWriter.


Field Documentation

Feed axFeedWriter::$_feed [protected]

Internal Feed instance.

Definition at line 24 of file axFeedWriter.class.php.


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