Searched refs:pollId (Results 1 – 1 of 1) sorted by relevance
| /plugin/authgoogle/google/contrib/ |
| D | Google_OrkutService.php | 547 * @param string $pollId The ID of the poll being commented. 552 …public function insert($communityId, $pollId, Google_CommunityPollComment $postBody, $optParams = … argument 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. [all …]
|