| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilUserFeedWriter:
 Collaboration diagram for ilUserFeedWriter:Public Member Functions | |
| __construct (int $a_user_id, string $a_hash, bool $privFeed=false) | |
  Public Member Functions inherited from ilFeedWriter | |
| __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 | 
  Protected Attributes inherited from ilFeedWriter | |
| ilTree | $tree | 
| ilLanguage | $lng | 
| ilTemplate | $tpl | 
Additional Inherited Members | |
  Data Fields inherited from ilFeedWriter | |
| 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\MetaData\Repository\Validation\Data\__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().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 26 of file class.ilUserFeedWriter.php.
      
  | 
  protected | 
Definition at line 25 of file class.ilUserFeedWriter.php.