Searched refs:activityId (Results 1 – 3 of 3) sorted by relevance
/plugin/authgoogle/google/contrib/ |
H A D | Google_OrkutService.php | 30 * @param string $activityId ID of the activity. 34 public function delete($activityId, $userId, $optParams = array()) { argument 35 $params = array('activityId' => $activityId, 'userId' => $userId); 55 * @param string $activityId ID of the activity to remove. 58 public function delete($activityId, $optParams = array()) { argument 59 $params = array('activityId' => $activityId); 105 public function get($activityId, $optParams = array()) { argument 106 $params = array('activityId' => $activityId); 119 * @param string $activityId ID of the activity. 137 * @param string $activityId ID of the activity. [all …]
|
H A D | Google_PlusDomainsService.php | 30 * @param string $activityId The ID of the activity to get. 34 public function get($activityId, $optParams = array()) { argument 35 $params = array('activityId' => $activityId); 301 * @param string $activityId The ID of the activity to reply to. 307 $params = array('activityId' => $activityId, 'postBody' => $postBody); 319 * @param string $activityId The ID of the activity to get comments for. 327 public function listComments($activityId, $optParams = array()) { argument 328 $params = array('activityId' => $activityId); 426 * @param string $activityId The ID of the activity to get the list of people for. 434 public function listByActivity($activityId, $collection, $optParams = array()) { argument [all …]
|
H A D | Google_PlusService.php | 30 * @param string $activityId The ID of the activity to get. 34 public function get($activityId, $optParams = array()) { argument 35 $params = array('activityId' => $activityId); 119 * @param string $activityId The ID of the activity to get comments for. 127 public function listComments($activityId, $optParams = array()) { argument 128 $params = array('activityId' => $activityId); 262 * @param string $activityId The ID of the activity to get the list of people for. 270 public function listByActivity($activityId, $collection, $optParams = array()) { argument 271 $params = array('activityId' => $activityId, 'collection' => $collection);
|