FeedItemContentType Class Reference
[Feed's parsers]

Inheritance diagram for FeedItemContentType:

Inheritance graph
[legend]

List of all members.

Public Attributes

const TEXT = 1
const HTML = 2
const XHTML = 3

Protected Attributes

 $names


Detailed Description

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


Member Data Documentation

const FeedItemContentType::TEXT = 1

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

Referenced by AtomItemWorker::makeFeedItemContent().

const FeedItemContentType::HTML = 2

Definition at line 19 of file FeedItemContentType.class.php.

Referenced by AtomItemWorker::makeFeedItemContent().

const FeedItemContentType::XHTML = 3

Definition at line 20 of file FeedItemContentType.class.php.

Referenced by AtomItemWorker::makeFeedItemContent().

FeedItemContentType::$names [protected]

Initial value:

 array(
            self::TEXT      => 'text',
            self::HTML      => 'html',
            self::XHTML     => 'xhtml'
        )

Reimplemented from Enumeration.

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


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:57:22 2007 for onPHP by  doxygen 1.5.4