57 $this->
help = $DIC[
"ilHelp"];
58 $this->
user = $DIC->user();
60 $lng = $DIC->language();
62 $ilHelp = $DIC[
"ilHelp"];
64 $ilHelp->setScreenIdComponent(
"news");
71 $lng->loadLanguageModule(
"news");
73 $this->ctrl->saveParameter($this,
"news_ref_id");
82 $next_class = $this->ctrl->getNextClass();
84 switch ($next_class) {
87 $cmd = $this->ctrl->getCmd(
"view");
92 $this->tpl->printToStdout();
101 $this->tpl->setTitle($this->lng->txt(
"news"));
119 $pd_items = $this->fav_manager->getFavouritesOfUser(
$ilUser->getId());
120 foreach ($pd_items as $item) {
121 $ref_ids[] = $item[
"ref_id"];
122 $obj_ids[] = $item[
"obj_id"];
125 $sel_ref_id = (
$_GET[
"news_ref_id"] > 0)
126 ?
$_GET[
"news_ref_id"]
127 :
$ilUser->getPref(
"news_sel_ref_id");
129 include_once(
"./Services/News/classes/class.ilNewsItem.php");
130 $per = (
$_SESSION[
"news_pd_news_per"] !=
"")
136 $contexts[0] =
$lng->txt(
"news_all_items");
139 $sel_has_news =
false;
140 foreach ($ref_ids as $ref_id) {
144 $conts[$ref_id] = $title;
145 if ($sel_ref_id == $ref_id) {
146 $sel_has_news =
true;
152 $news_items = $nitem->_getNewsItemsOfUser(
161 if (!$sel_has_news) {
165 foreach ($conts as $ref_id => $title) {
166 $contexts[$ref_id] = $title .
" (" . (int) $cnt[$ref_id] .
")";
170 if ($sel_ref_id > 0) {
173 $nitem->setContextObjId($obj_id);
174 $nitem->setContextObjType($obj_type);
175 $news_items = $nitem->getNewsForRefId(
184 include_once(
"./Services/News/classes/class.ilPDNewsTableGUI.php");
185 $pd_news_table =
new ilPDNewsTableGUI($this,
"view", $contexts, $sel_ref_id);
186 $pd_news_table->setData($news_items);
187 $pd_news_table->setNoEntriesText(
$lng->txt(
"news_no_news_items"));
189 $tpl->setContent($pd_news_table->getHTML());
199 $this->ctrl->setParameter($this,
"news_ref_id",
$_POST[
"news_ref_id"]);
200 $ilUser->writePref(
"news_sel_ref_id",
$_POST[
"news_ref_id"]);
201 if (
$_POST[
"news_per"] > 0) {
204 $this->ctrl->redirect($this,
"view");
213 $this->ctrl->setParameter($this,
"news_ref_id", 0);
214 $ilUser->writePref(
"news_sel_ref_id", 0);
216 $this->ctrl->redirect($this,
"view");
executeCommand()
execute command
displayHeader()
display header and locator
static _lookupUserPDPeriod($a_user_id)
static _lookupTitle($a_id)
lookup object title
Manages favourites, currently the interface for other components, needs discussion.
Personal desktop news table.
static _lookupObjId($a_id)
static infoPanel($a_keep=true)
static _lookupType($a_id, $a_reference=false)
lookup object type
__construct()
Constructor.
static filterObjIdsPerNews($a_obj_ids, $a_time_period=0, $a_starting_date="", $a_ending_date='', $ignore_period=false)
Checks whether news are available for.
applyFilter()
change related object
resetFilter()
reset filter