Home
last modified time | relevance | path

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

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