Public Member Functions | |
getType () | |
| |
setType (FeedItemContentType $type) | |
| |
getBody () | |
setBody ($body) | |
| |
Static Public Member Functions | |
static | create () |
| |
Private Attributes | |
$type = null | |
$body = null |
Definition at line 16 of file FeedItemContent.class.php.
static FeedItemContent::create | ( | ) | [static] |
Definition at line 24 of file FeedItemContent.class.php.
Referenced by AtomItemWorker::makeFeedItemContent(), and RssItemWorker::makeItems().
FeedItemContent::getType | ( | ) |
FeedItemContent::setType | ( | FeedItemContentType $ | type | ) |
FeedItemContent::getBody | ( | ) |
Definition at line 47 of file FeedItemContent.class.php.
FeedItemContent::setBody | ( | $ | body | ) |
FeedItemContent::$type = null [private] |
Definition at line 18 of file FeedItemContent.class.php.
FeedItemContent::$body = null [private] |