Class Google_Service_Blogger_Comments_Resource
The "comments" collection of methods. Typical usage is:
$bloggerService = new Google_Service_Blogger(...); $comments = $bloggerService->comments;
- Google_Service_Resource
-
Google_Service_Blogger_Comments_Resource
Located at Blogger.php
public
|
#
approve( string $blogId, string $postId, string $commentId, array $optParams = array() )
Marks a comment as not spam by blog id, post id and comment id. (comments.approve) |
public
|
#
delete( string $blogId, string $postId, string $commentId, array $optParams = array() )
Deletes a comment by blog id, post id and comment id. (comments.delete) |
public
|
#
get( string $blogId, string $postId, string $commentId, array $optParams = array() )
Gets a comment by id. (comments.get) |
public
|
#
listComments( string $blogId, string $postId, array $optParams = array() )
Lists comments. (comments.listComments) |
public
|
#
listByBlog( string $blogId, array $optParams = array() )
Lists comments by blog. (comments.listByBlog) |
public
|
#
markAsSpam( string $blogId, string $postId, string $commentId, array $optParams = array() )
Marks a comment as spam by blog id, post id and comment id. (comments.markAsSpam) |
public
|
#
removeContent( string $blogId, string $postId, string $commentId, array $optParams = array() )
Removes the content of a comment by blog id, post id and comment id. (comments.removeContent) |