Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/Resource/
DComments.php38 * @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
[all …]
DPosts.php37 * @param string $postId
40 public function delete($blogId, $postId, $optParams = []) argument
42 $params = ['blogId' => $blogId, 'postId' => $postId];
50 * @param string $postId
59 public function get($blogId, $postId, $optParams = []) argument
61 $params = ['blogId' => $blogId, 'postId' => $postId];
128 * @param string $postId
139 public function patch($blogId, $postId, Post $postBody, $optParams = []) argument
141 $params = ['blogId' => $blogId, 'postId' => $postId, 'postBody' => $postBody];
149 * @param string $postId
[all …]
DPostUserInfos.php38 * @param string $postId
44 public function get($userId, $blogId, $postId, $optParams = []) argument
46 $params = ['userId' => $userId, 'blogId' => $blogId, 'postId' => $postId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
DPostPerUserInfo.php37 public $postId; variable in Google\\Service\\Blogger\\PostPerUserInfo
88 public function setPostId($postId) argument
90 $this->postId = $postId;
97 return $this->postId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DBlogger.php176 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments/{commentId}/approve',
184 'postId' => [
196 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments/{commentId}',
204 'postId' => [
216 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments/{commentId}',
224 'postId' => [
240 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments',
248 'postId' => [
318 'path' => 'v3/blogs/{blogId}/posts/{postId}/comments/{commentId}/spam',
326 'postId' => [
[all …]
/plugin/authgoogle/google/contrib/
DGoogle_BloggerService.php128 * @param string $postId ID of the post to fetch posts from.
133 public function get($blogId, $postId, $commentId, $optParams = array()) { argument
134 $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
147 * @param string $postId ID of the post to fetch posts from.
157 public function listComments($blogId, $postId, $optParams = array()) { argument
158 $params = array('blogId' => $blogId, 'postId' => $postId);
232 * @param string $postId The ID of the Post.
235 public function delete($blogId, $postId, $optParams = array()) { argument
236 $params = array('blogId' => $blogId, 'postId' => $postId);
245 * @param string $postId The ID of the post
[all …]