Searched refs:noticeList (Results 1 – 8 of 8) sorted by relevance
29 private $noticeList; variable in helper_plugin_noticeboard_ICal34 $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
29 private $noticeList; variable in helper_plugin_noticeboard_Rss36 $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
76 $noticeList = new helper_plugin_noticeboard_NoticeList($ID);77 $notice = $noticeList->getNoticeById($ID);
25 private $noticeList; variable in syntax_plugin_noticeboard350 …<input type='hidden' name='noticeboard_list_start' value='".($noticeList->start - $this->getConf('…358 <input type='hidden' name='noticeboard_list_start' value='".$noticeList->end."' />