Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_OrkutService.php547 * @param string $pollId The ID of the poll being commented.
553 $params = array('communityId' => $communityId, 'pollId' => $pollId, 'postBody' => $postBody);
566 * @param string $pollId The ID of the community whose polls will be listed.
574 public function listCommunityPollComments($communityId, $pollId, $optParams = array()) { argument
575 $params = array('communityId' => $communityId, 'pollId' => $pollId);
600 * @param string $pollId The ID of the poll being voted.
605 …public function insert($communityId, $pollId, Google_CommunityPollVote $postBody, $optParams = arr… argument
606 $params = array('communityId' => $communityId, 'pollId' => $pollId, 'postBody' => $postBody);
631 * @param string $pollId The ID of the poll to get.
637 public function get($communityId, $pollId, $optParams = array()) { argument
[all …]