Searched refs:postId (Results 1 – 6 of 6) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/Resource/ |
H A D | Comments.php | 38 * @param string $postId 43 public function approve($blogId, $postId, $commentId, $optParams = []) argument 53 * @param string $postId 57 public function delete($blogId, $postId, $commentId, $optParams = []) argument 67 * @param string $postId 74 public function get($blogId, $postId, $commentId, $optParams = []) argument 84 * @param string $postId 96 public function listComments($blogId, $postId, $optParams = []) argument 98 $params = ['blogId' => $blogId, 'postId' => $postId]; 127 * @param string $postId [all …]
|
H A D | Posts.php | 37 * @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 149 * @param string $postId 157 $params = ['blogId' => $blogId, 'postId' => $postId]; 165 * @param string $postId [all …]
|
H A D | PostUserInfos.php | 38 * @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/ |
H A D | PostPerUserInfo.php | 37 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/ |
H A D | Blogger.php | 184 'postId' => [ 204 'postId' => [ 224 'postId' => [ 248 'postId' => [ 326 'postId' => [ 346 'postId' => [ 571 'postId' => [ 652 'postId' => [ 667 'postId' => [ 794 'postId' => [ [all …]
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_BloggerService.php | 128 * @param string $postId ID of the post to fetch posts from. 147 * @param string $postId ID of the post to fetch posts from. 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 251 public function get($blogId, $postId, $optParams = array()) { argument 252 $params = array('blogId' => $blogId, 'postId' => $postId); 327 * @param string $postId The ID of the Post. [all …]
|