Public Member Functions | |
| FeedItem ($title, $link, $description, $pubDate, $guid) | |
Definition at line 96 of file feed-creator.php.
| FeedItem::FeedItem | ( | $ | title, | |
| $ | link, | |||
| $ | description, | |||
| $ | pubDate, | |||
| $ | guid | |||
| ) | 
Create a new FeedItem instance
| title | The item's title | |
| link | The URL of this item | |
| description | A short description of this item | |
| pubDate | The date of this item's publishing | |
| guid | A globally identifying ID for this item (likely also a URL) | 
Definition at line 113 of file feed-creator.php.
References description, and title.
 1.5.5