ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Feed writer for personal user feeds. More...
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) | |
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 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(), array, ilNewsItem\determineNewsContent(), ilNewsItem\determineNewsTitle(), ilFeedWriter\getContextPath(), ilWikiPage\lookupTitle(), ilFeedWriter\prepareStr(), ilFeedWriter\setChannelAbout(), ilFeedWriter\setChannelLink(), and ilFeedWriter\setChannelTitle().