| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Feed writer for personal user feeds. More...
 Inheritance diagram for ilUserFeedWriter:
 Inheritance diagram for ilUserFeedWriter: Collaboration diagram for ilUserFeedWriter:
 Collaboration diagram for ilUserFeedWriter:| Public Member Functions | |
| ilUserFeedWriter ($a_user_id, $a_hash, $privFeed=false) | |
|  Public Member Functions inherited from ilFeedWriter | |
| ilFeedWriter () | |
| setEncoding ($a_enc) | |
| Set feed encoding. | |
| getEncoding () | |
| setChannelAbout ($a_ab) | |
| Unique URI that defines the channel. | |
| getChannelAbout () | |
| setChannelTitle ($a_title) | |
| Channel Title. | |
| getChannelTitle () | |
| setChannelLink ($a_link) | |
| Channel Link URL to which an HTML rendering of the channel title will link. | |
| getChannelLink () | |
| setChannelDescription ($a_desc) | |
| Channel Description. | |
| getChannelDescription () | |
| addItem ($a_item) | |
| Add Item Item is an object of type ilFeedItem. | |
| getItems () | |
| prepareStr ($a_str) | |
| getFeed () | |
| get feed xml | |
| showFeed () | |
| Additional Inherited Members | |
|  Data Fields inherited from ilFeedWriter | |
| $encoding = "UTF-8" | |
| $ch_about = "" | |
| $ch_title = "" | |
| $ch_link = "" | |
| $ch_description = "" | |
| $items = array() | |
Feed writer for personal user feeds.
Definition at line 19 of file class.ilUserFeedWriter.php.
| ilUserFeedWriter::ilUserFeedWriter | ( | $a_user_id, | |
| $a_hash, | |||
| $privFeed = false | |||
| ) | 
Definition at line 22 of file class.ilUserFeedWriter.php.
References $ilSetting, ilFeedWriter\$items, $lng, $title, ilNewsItem\_getNewsItemsOfUser(), ilObjUser\_lookupFeedHash(), ilObject\_lookupObjId(), ilObjMediaCastAccess\_lookupOnline(), ilNewsItem\_lookupRSSPeriod(), ilObject\_lookupTitle(), ilObject\_lookupType(), ilFeedWriter\addItem(), ilNewsItem\determineNewsContent(), ilNewsItem\determineNewsTitle(), ilFeedWriter\ilFeedWriter(), ilWikiPage\lookupTitle(), ilFeedWriter\prepareStr(), ilFeedWriter\setChannelAbout(), ilFeedWriter\setChannelLink(), and ilFeedWriter\setChannelTitle().
 Here is the call graph for this function:
 Here is the call graph for this function: