Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
DGoogle_ModeratorService.php34 * @param Google_Vote $postBody
38 * @return Google_Vote
40 public function insert($seriesId, $submissionId, Google_Vote $postBody, $optParams = array()) {
45 return new Google_Vote($data);
56 * @param Google_Vote $postBody
61 * @return Google_Vote
63 public function patch($seriesId, $submissionId, Google_Vote $postBody, $optParams = array()) {
68 return new Google_Vote($data);
99 * @param Google_Vote $postBody
104 * @return Google_Vote
[all …]