Home
last modified time | relevance | path

Searched refs:CommentList (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/Resource/
H A DComments.php21 use Google\Service\Blogger\CommentList; alias
94 * @return CommentList
100 return $this->call('list', [$params], CommentList::class);
114 * @return CommentList
120 return $this->call('listByBlog', [$params], CommentList::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/
H A DComments.php21 use Google\Service\Drive\CommentList; alias
91 * @return CommentList
97 return $this->call('list', [$params], CommentList::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DCommentList.php20 class CommentList extends \Google\Collection class
79 class_alias(CommentList::class, 'Google_Service_Drive_CommentList');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DCommentList.php20 class CommentList extends \Google\Collection class
115 class_alias(CommentList::class, 'Google_Service_Blogger_CommentList');