Lines Matching refs:blogId
37 * @param string $blogId
43 public function approve($blogId, $postId, $commentId, $optParams = []) argument
45 $params = ['blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId];
52 * @param string $blogId
57 public function delete($blogId, $postId, $commentId, $optParams = []) argument
59 $params = ['blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId];
66 * @param string $blogId
74 public function get($blogId, $postId, $commentId, $optParams = []) argument
76 $params = ['blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId];
83 * @param string $blogId
96 public function listComments($blogId, $postId, $optParams = []) argument
98 $params = ['blogId' => $blogId, 'postId' => $postId];
105 * @param string $blogId
116 public function listByBlog($blogId, $optParams = []) argument
118 $params = ['blogId' => $blogId];
126 * @param string $blogId
132 public function markAsSpam($blogId, $postId, $commentId, $optParams = []) argument
134 $params = ['blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId];
142 * @param string $blogId
148 public function removeContent($blogId, $postId, $commentId, $optParams = []) argument
150 $params = ['blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId];