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 15 of file FeedItemContent.class.php.
static FeedItemContent::create | ( | ) | [static] |
Definition at line 23 of file FeedItemContent.class.php.
Referenced by AtomItemWorker::makeFeedItemContent(), YandexRssItemWorker::makeItems(), and RssItemWorker::makeItems().
FeedItemContent::getBody | ( | ) |
Definition at line 46 of file FeedItemContent.class.php.
FeedItemContent::getType | ( | ) |
Definition at line 31 of file FeedItemContent.class.php.
FeedItemContent::setBody | ( | $ | body | ) |
FeedItemContent::setType | ( | FeedItemContentType $ | type | ) |
Definition at line 39 of file FeedItemContent.class.php.
FeedItemContent::$body = null [private] |
Definition at line 18 of file FeedItemContent.class.php.
Referenced by setBody().
FeedItemContent::$type = null [private] |
Definition at line 17 of file FeedItemContent.class.php.