Searched refs:communityId (Results 1 – 1 of 1) sorted by relevance
297 * @param int $communityId The ID of the community to get.303 public function get($communityId, $optParams = array()) { argument304 $params = array('communityId' => $communityId);349 * @param int $communityId ID of the community.353 public function delete($communityId, $userId, $optParams = array()) { argument354 $params = array('communityId' => $communityId, 'userId' => $userId);362 * @param int $communityId ID of the community.367 public function insert($communityId, $userId, $optParams = array()) { argument368 $params = array('communityId' => $communityId, 'userId' => $userId);392 * @param int $communityId ID of the community.[all …]