Lines Matching refs:commentId
39 * @param string $commentId
43 public function approve($blogId, $postId, $commentId, $optParams = []) argument
45 $params = ['blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId];
54 * @param string $commentId
57 public function delete($blogId, $postId, $commentId, $optParams = []) argument
59 $params = ['blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId];
68 * @param string $commentId
74 public function get($blogId, $postId, $commentId, $optParams = []) argument
76 $params = ['blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId];
128 * @param string $commentId
132 public function markAsSpam($blogId, $postId, $commentId, $optParams = []) argument
134 $params = ['blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId];
144 * @param string $commentId
148 public function removeContent($blogId, $postId, $commentId, $optParams = []) argument
150 $params = ['blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId];