| ILIAS
    release_5-3 Revision v5.3.23-19-g915713cf615
    | 
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 | |
| __construct ($a_user_id, $a_hash, $privFeed=false) | |
|  Public Member Functions inherited from ilFeedWriter | |
| __construct () | |
| ilFeedWriter constructor.  More... | |
| setEncoding ($a_enc) | |
| Set feed encoding.  More... | |
| getEncoding () | |
| setChannelAbout ($a_ab) | |
| Unique URI that defines the channel.  More... | |
| getChannelAbout () | |
| setChannelTitle ($a_title) | |
| Channel Title.  More... | |
| getChannelTitle () | |
| setChannelLink ($a_link) | |
| Channel Link URL to which an HTML rendering of the channel title will link.  More... | |
| getChannelLink () | |
| setChannelDescription ($a_desc) | |
| Channel Description.  More... | |
| getChannelDescription () | |
| addItem ($a_item) | |
| Add Item Item is an object of type ilFeedItem.  More... | |
| getItems () | |
| prepareStr ($a_str) | |
| getFeed () | |
| get feed xml  More... | |
| showFeed () | |
| getContextPath ($a_ref_id) | |
| Protected Attributes | |
| $settings | |
| $lng | |
|  Protected Attributes inherited from ilFeedWriter | |
| $tree | |
| $lng | |
| 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::__construct | ( | $a_user_id, | |
| $a_hash, | |||
| $privFeed = false | |||
| ) | 
Definition at line 32 of file class.ilUserFeedWriter.php.
References $DIC, $i, $ilSetting, ilFeedWriter\$items, $lng, $title, ilNewsItem\_getNewsItemsOfUser(), ilObjForumAccess\_getThreadForPosting(), ilObjUser\_lookupFeedHash(), ilObject\_lookupObjId(), ilObjMediaCastAccess\_lookupOnline(), ilNewsItem\_lookupRSSPeriod(), ilObject\_lookupTitle(), ilObject\_lookupType(), ilFeedWriter\addItem(), ilNewsItem\determineNewsContent(), ilNewsItem\determineNewsTitle(), ilFeedWriter\getContextPath(), ilWikiPage\lookupTitle(), ilFeedWriter\prepareStr(), ilFeedWriter\setChannelAbout(), ilFeedWriter\setChannelLink(), ilFeedWriter\setChannelTitle(), and settings().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 29 of file class.ilUserFeedWriter.php.
Referenced by __construct().
| 
 | protected | 
Definition at line 24 of file class.ilUserFeedWriter.php.