ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (int $a_user_id, string $a_hash, bool $privFeed=false) | |
![]() | |
__construct () | |
setEncoding (string $a_enc) | |
getEncoding () | |
setChannelAbout (string $a_ab) | |
getChannelAbout () | |
setChannelTitle (string $a_title) | |
getChannelTitle () | |
setChannelLink (string $a_link) | |
getChannelLink () | |
setChannelDescription (string $a_desc) | |
getChannelDescription () | |
addItem (ilFeedItem $a_item) | |
getItems () | |
prepareStr (string $a_str) | |
getFeed () | |
showFeed () | |
getContextPath (int $a_ref_id) | |
Protected Attributes | |
ilSetting | $settings |
ilLanguage | $lng |
![]() | |
ilTree | $tree |
ilLanguage | $lng |
ilTemplate | $tpl |
Additional Inherited Members | |
![]() | |
string | $encoding = "UTF-8" |
string | $ch_about = "" |
string | $ch_title = "" |
string | $ch_link = "" |
string | $ch_description = "" |
array | $items = array() |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Feed writer for personal user feeds.
Definition at line 23 of file class.ilUserFeedWriter.php.
ilUserFeedWriter::__construct | ( | int | $a_user_id, |
string | $a_hash, | ||
bool | $privFeed = false |
||
) |
Definition at line 28 of file class.ilUserFeedWriter.php.
References $DIC, $ilSetting, ilFeedWriter\$items, ILIAS\GlobalScreen\Provider\__construct(), ilNewsItem\_getNewsItemsOfUser(), ilObjForumAccess\_getThreadForPosting(), ilObjUser\_lookupFeedHash(), ilObject\_lookupObjId(), ilObjMediaCastAccess\_lookupOnline(), ilNewsItem\_lookupRSSPeriod(), ilObject\_lookupTitle(), ilObject\_lookupType(), ilFeedWriter\addItem(), CLIENT_ID, ilNewsItem\determineNewsContent(), ilNewsItem\determineNewsTitle(), ilFeedWriter\getContextPath(), ILIAS\Repository\lng(), ilWikiPage\lookupTitle(), ilFeedWriter\prepareStr(), ilFeedWriter\setChannelAbout(), ilFeedWriter\setChannelLink(), ilFeedWriter\setChannelTitle(), and ILIAS\Repository\settings().
|
protected |
Definition at line 26 of file class.ilUserFeedWriter.php.
|
protected |
Definition at line 25 of file class.ilUserFeedWriter.php.