| 1 |
<?php |
<?php |
| 2 |
// $Id: ShindigIntegratorActivitiesService.php,v 1.1 2008/12/08 07:23:01 impetus Exp $ |
// $Id: ShindigIntegratorActivitiesService.php,v 1.2.4.1 2009/08/13 08:49:12 impetus Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* OpenSocial Activity Service |
* OpenSocial Activity Service |
| 62 |
* @return |
* @return |
| 63 |
* $activities array of activity objects |
* $activities array of activity objects |
| 64 |
*/ |
*/ |
| 65 |
public function getActivities($userIds, $groupId, $appId, $sortBy, $filterBy, $filterOp, $filterValue, $startIndex, $count, $fields, $token) |
public function getActivities($userIds, $groupId, $appId, $sortBy, $filterBy, $filterOp, $filterValue, $startIndex, $count, $fields, $activityIds, $token) |
| 66 |
{ |
{ |
| 67 |
$ids = ShindigIntegratorDbFetcher::get()->getIdSet($userIds, $groupId, $token); |
$ids = ShindigIntegratorDbFetcher::get()->getIdSet($userIds, $groupId, $token); |
| 68 |
$activities = ShindigIntegratorDbFetcher::get()->getActivities($ids, $appId, $sortBy, $filterBy, $startIndex, $count, $fields); |
$activities = ShindigIntegratorDbFetcher::get()->getActivities($ids, $appId, $sortBy, $filterBy, $startIndex, $count, $fields); |