FeedItemContent Class Reference
[Feed's parsers]

List of all members.

Public Member Functions

 getType ()
 
Returns:
FeedItemContentType

 setType (FeedItemContentType $type)
 
Returns:
FeedItemContent

 getBody ()
 setBody ($body)
 
Returns:
FeedItemContent


Static Public Member Functions

static create ()
 
Returns:
FeedItemContent


Private Attributes

 $type = null
 $body = null


Detailed Description

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


Member Function Documentation

static FeedItemContent::create (  )  [static]

Returns:
FeedItemContent

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

Referenced by AtomItemWorker::makeFeedItemContent(), and RssItemWorker::makeItems().

FeedItemContent::getType (  ) 

Returns:
FeedItemContentType

Definition at line 32 of file FeedItemContent.class.php.

FeedItemContent::setType ( FeedItemContentType type  ) 

Returns:
FeedItemContent

Definition at line 40 of file FeedItemContent.class.php.

FeedItemContent::getBody (  ) 

Definition at line 47 of file FeedItemContent.class.php.

FeedItemContent::setBody ( body  ) 

Returns:
FeedItemContent

Definition at line 55 of file FeedItemContent.class.php.

References $body.


Member Data Documentation

FeedItemContent::$type = null [private]

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

FeedItemContent::$body = null [private]

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

Referenced by setBody().


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