Home
last modified time | relevance | path

Searched refs:getPlace (Results 1 – 12 of 12) sorted by relevance

/plugin/noticeboard/classes/
H A DICal.php84 $out .= "LOCATION:".$notice->getPlace()."\r\n";
97 $out .= "LOCATION:".$notice->getPlace()."\r\n";
H A Drss.php103 if($notice->getPlace()){
105 $out .= $notice->getPlace();
H A DNotice.php70 public function getPlace(){ function in helper_plugin_noticeboard_Notice
H A DEditForm.php81 $this->Place = $notice->getPlace();
H A DNoticeList.php355 $sortArray[$array[$i]->getId()] = $array[$i]->getPlace();
/plugin/noticeboard/noticeboard/classes/
H A DICal.php84 $out .= "LOCATION:".$notice->getPlace()."\r\n";
97 $out .= "LOCATION:".$notice->getPlace()."\r\n";
H A Drss.php103 if($notice->getPlace()){
105 $out .= $notice->getPlace();
H A DNotice.php70 public function getPlace(){ function in helper_plugin_noticeboard_Notice
H A DEditForm.php81 $this->Place = $notice->getPlace();
H A DNoticeList.php355 $sortArray[$array[$i]->getId()] = $array[$i]->getPlace();
/plugin/authfacebook/lib/GraphNodes/
H A DGraphAlbum.php127 public function getPlace() function in Facebook\\GraphNodes\\GraphAlbum
H A DGraphEvent.php128 public function getPlace() function in Facebook\\GraphNodes\\GraphEvent