Exemplo n.º 1
0
 private function findImportedGroup($origId)
 {
     $map = Yammer_group::staticGet('id', $origId);
     return $map ? $map->group_id : null;
 }