Home
last modified time | relevance | path

Searched refs:communityId (Results 1 – 1 of 1) sorted by relevance

/plugin/authgoogle/google/contrib/
DGoogle_OrkutService.php297 * @param int $communityId The ID of the community to get.
303 public function get($communityId, $optParams = array()) { argument
304 $params = array('communityId' => $communityId);
349 * @param int $communityId ID of the community.
353 public function delete($communityId, $userId, $optParams = array()) { argument
354 $params = array('communityId' => $communityId, 'userId' => $userId);
362 * @param int $communityId ID of the community.
367 public function insert($communityId, $userId, $optParams = array()) { argument
368 $params = array('communityId' => $communityId, 'userId' => $userId);
392 * @param int $communityId ID of the community.
[all …]