Home
last modified time | relevance | path

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

/plugin/noticeboard/classes/
H A DNotice.php26 private $hasStartTime; variable in helper_plugin_noticeboard_Notice
124 $this->hasStartTime = $bool;
127 public function hasStartTime(){ function in helper_plugin_noticeboard_Notice
128 return $this->hasStartTime;
H A Drss.php80 if($notice->hasStartTime()){
120 if($notice->hasStartTime()){
H A DNoticeList.php174 echo $notice->hasStartTime();
176 echo $array[0]->hasStartTime();
H A DEditForm.php86 if($notice->hasStartTime()){
/plugin/noticeboard/noticeboard/classes/
H A DNotice.php26 private $hasStartTime; variable in helper_plugin_noticeboard_Notice
124 $this->hasStartTime = $bool;
127 public function hasStartTime(){ function in helper_plugin_noticeboard_Notice
128 return $this->hasStartTime;
H A Drss.php80 if($notice->hasStartTime()){
120 if($notice->hasStartTime()){
H A DNoticeList.php174 echo $notice->hasStartTime();
176 echo $array[0]->hasStartTime();
H A DEditForm.php86 if($notice->hasStartTime()){