Exemplo n.º 1
0
 private function recordImportedNotice($origId, $noticeId)
 {
     Yammer_notice::record($origId, $noticeId);
 }
Exemplo n.º 2
0
 /**
  * Count the number of Yammer notices we've mapped into our system!
  *
  * @return int
  */
 public function countSavedNotices()
 {
     $map = new Yammer_notice();
     return $map->count();
 }