Home
last modified time | relevance | path

Searched refs:arrayList (Results 1 – 6 of 6) sorted by relevance

/plugin/noticeboard/noticeboard/classes/
DArrayList.php28 private $arrayList = array(); variable in helper_plugin_noticeboard_ArrayList
41 $this->arrayList = $array;
46 array_push($this->arrayList, $item);
50 if($position < count($this->arrayList) && $position >= 0)
53 $this->shift(count($this->arrayList)-1, $position);
62 return $this->arrayList;
66 if(isset($this->arrayList[$this->pointer]))
77 if($this->pointer <= count($this->arrayList)-1)
89 if(isset($this->arrayList[$this->pointer]))
93 return($this->arrayList[$this->pointer-1]);
[all …]
DICal.php79 $arrayList = $this->noticeList->getNoticeList(0,50); //last 50 msges
80 while(($arrayList && $arrayList->hasNext())){
81 $notice = $arrayList->next();
Drss.php72 $arrayList = $this->noticeList->getNoticeList(0,50); //last 50 msges
73 while(($arrayList && $arrayList->hasNext())){
74 $notice = $arrayList->next();
/plugin/noticeboard/classes/
DArrayList.php28 private $arrayList = array(); variable in helper_plugin_noticeboard_ArrayList
41 $this->arrayList = $array;
46 array_push($this->arrayList, $item);
50 if($position < count($this->arrayList) && $position >= 0)
53 $this->shift(count($this->arrayList)-1, $position);
62 return $this->arrayList;
66 if(isset($this->arrayList[$this->pointer]))
77 if($this->pointer <= count($this->arrayList)-1)
89 if(isset($this->arrayList[$this->pointer]))
93 return($this->arrayList[$this->pointer-1]);
[all …]
DICal.php79 $arrayList = $this->noticeList->getNoticeList(0,50); //last 50 msges
80 while(($arrayList && $arrayList->hasNext())){
81 $notice = $arrayList->next();
Drss.php72 $arrayList = $this->noticeList->getNoticeList(0,50); //last 50 msges
73 while(($arrayList && $arrayList->hasNext())){
74 $notice = $arrayList->next();