Public Member Functions | |
__construct ($title) | |
getId () | |
setId ($id) | |
| |
getTitle () | |
setTitle ($title) | |
| |
getContent () | |
setContent ($content) | |
| |
getSummary () | |
setSummary ($summary) | |
| |
getPublished () | |
| |
setPublished (Timestamp $published) | |
| |
getLink () | |
setLink ($link) | |
| |
Static Public Member Functions | |
static | create ($title) |
| |
Private Attributes | |
$id = null | |
$title = null | |
$content = null | |
$summary = null | |
$published = null | |
$link = null |
Definition at line 16 of file FeedItem.class.php.
FeedItem::__construct | ( | $ | title | ) |
static FeedItem::create | ( | $ | title | ) | [static] |
Definition at line 28 of file FeedItem.class.php.
References $title.
Referenced by RssItemWorker::makeItems(), and AtomItemWorker::makeItems().
FeedItem::getId | ( | ) |
FeedItem::setId | ( | $ | id | ) |
FeedItem::getTitle | ( | ) |
Definition at line 53 of file FeedItem.class.php.
FeedItem::setTitle | ( | $ | title | ) |
FeedItem::getContent | ( | ) |
Definition at line 68 of file FeedItem.class.php.
FeedItem::setContent | ( | $ | content | ) |
FeedItem::getSummary | ( | ) |
FeedItem::setSummary | ( | $ | summary | ) |
FeedItem::getPublished | ( | ) |
Definition at line 101 of file FeedItem.class.php.
Referenced by RssItemWorker::toXml().
FeedItem::setPublished | ( | Timestamp $ | published | ) |
FeedItem::getLink | ( | ) |
FeedItem::setLink | ( | $ | link | ) |
FeedItem::$id = null [private] |
FeedItem::$title = null [private] |
Definition at line 19 of file FeedItem.class.php.
Referenced by __construct(), create(), and setTitle().
FeedItem::$content = null [private] |
FeedItem::$summary = null [private] |
FeedItem::$published = null [private] |
Definition at line 22 of file FeedItem.class.php.
FeedItem::$link = null [private] |