Home
last modified time | relevance | path

Searched refs:noticeList (Results 1 – 8 of 8) sorted by relevance

/plugin/noticeboard/classes/
H A DICal.php29 private $noticeList; variable in helper_plugin_noticeboard_ICal
34 $this->noticeList = new helper_plugin_noticeboard_NoticeList($this->parentId);
37 $this->noticeList->setCategoryFilter($_SESSION['noticeboard_list_category']);
39 $this->noticeList->setCategoryFilter(8);
44 $this->noticeList->setTimeFilter($_SESSION['noticeboard_show_time']);
46 $this->noticeList->setTimeFilter(1);
79 $arrayList = $this->noticeList->getNoticeList(0,50); //last 50 msges
H A Drss.php29 private $noticeList; variable in helper_plugin_noticeboard_Rss
36 $this->noticeList = new helper_plugin_noticeboard_NoticeList($this->parentId);
37 $this->noticeList->setCategoryFilter($category);
38 $this->noticeList->setTimeFilter(3);
39 $this->noticeList->setSortFilter(1);
72 $arrayList = $this->noticeList->getNoticeList(0,50); //last 50 msges
H A DEditForm.php76 $noticeList = new helper_plugin_noticeboard_NoticeList($ID);
77 $notice = $noticeList->getNoticeById($ID);
/plugin/noticeboard/noticeboard/classes/
H A DICal.php29 private $noticeList; variable in helper_plugin_noticeboard_ICal
34 $this->noticeList = new helper_plugin_noticeboard_NoticeList($this->parentId);
37 $this->noticeList->setCategoryFilter($_SESSION['noticeboard_list_category']);
39 $this->noticeList->setCategoryFilter(8);
44 $this->noticeList->setTimeFilter($_SESSION['noticeboard_show_time']);
46 $this->noticeList->setTimeFilter(1);
79 $arrayList = $this->noticeList->getNoticeList(0,50); //last 50 msges
H A Drss.php29 private $noticeList; variable in helper_plugin_noticeboard_Rss
36 $this->noticeList = new helper_plugin_noticeboard_NoticeList($this->parentId);
37 $this->noticeList->setCategoryFilter($category);
38 $this->noticeList->setTimeFilter(3);
39 $this->noticeList->setSortFilter(1);
72 $arrayList = $this->noticeList->getNoticeList(0,50); //last 50 msges
H A DEditForm.php76 $noticeList = new helper_plugin_noticeboard_NoticeList($ID);
77 $notice = $noticeList->getNoticeById($ID);
/plugin/noticeboard/
H A Dsyntax.php25 private $noticeList; variable in syntax_plugin_noticeboard
350 …<input type='hidden' name='noticeboard_list_start' value='".($noticeList->start - $this->getConf('…
358 <input type='hidden' name='noticeboard_list_start' value='".$noticeList->end."' />
/plugin/noticeboard/noticeboard/
H A Dsyntax.php25 private $noticeList; variable in syntax_plugin_noticeboard
350 …<input type='hidden' name='noticeboard_list_start' value='".($noticeList->start - $this->getConf('…
358 <input type='hidden' name='noticeboard_list_start' value='".$noticeList->end."' />