Lines Matching refs:postId
38 * @param string $postId
43 public function approve($blogId, $postId, $commentId, $optParams = []) argument
45 $params = ['blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId];
53 * @param string $postId
57 public function delete($blogId, $postId, $commentId, $optParams = []) argument
59 $params = ['blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId];
67 * @param string $postId
74 public function get($blogId, $postId, $commentId, $optParams = []) argument
76 $params = ['blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId];
84 * @param string $postId
96 public function listComments($blogId, $postId, $optParams = []) argument
98 $params = ['blogId' => $blogId, 'postId' => $postId];
127 * @param string $postId
132 public function markAsSpam($blogId, $postId, $commentId, $optParams = []) argument
134 $params = ['blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId];
143 * @param string $postId
148 public function removeContent($blogId, $postId, $commentId, $optParams = []) argument
150 $params = ['blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId];