Ejemplo n.º 1
0
 private function recordImportedGroup($origId, $groupId)
 {
     Yammer_group::record($origId, $groupId);
 }
Ejemplo n.º 2
0
 /**
  * Count the number of Yammer groups we've mapped into our system!
  *
  * @return int
  */
 public function countGroups()
 {
     $map = new Yammer_group();
     return $map->count();
 }