/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Blogger
NameSizeModeActions
Resource/-0755rm
Blog.php34080644editdlrm
BlogList.php16060644editdlrm
BlogLocale.php11600644editdlrm
BlogPages.php10170644editdlrm
BlogPerUserInfo.php16890644editdlrm
BlogPosts.php13960644editdlrm
BlogUserInfo.php17020644editdlrm
Comment.php33400644editdlrm
CommentAuthor.php15310644editdlrm
CommentAuthorImage.php8070644editdlrm
CommentBlog.php7930644editdlrm
CommentInReplyTo.php7980644editdlrm
CommentList.php17470644editdlrm
CommentPost.php7930644editdlrm
Page.php29310644editdlrm
PageAuthor.php15160644editdlrm
PageAuthorImage.php8040644editdlrm
PageBlog.php7900644editdlrm
PageList.php15300644editdlrm
Pageviews.php13820644editdlrm
PageviewsCounts.php9950644editdlrm
Post.php49020644editdlrm
PostAuthor.php15160644editdlrm
PostAuthorImage.php8040644editdlrm
PostBlog.php7900644editdlrm
PostImages.php7990644editdlrm
PostList.php17350644editdlrm
PostLocation.php12200644editdlrm
PostPerUserInfo.php14840644editdlrm
PostReplies.php14070644editdlrm
PostUserInfo.php17020644editdlrm
PostUserInfosList.php14210644editdlrm
User.php24960644editdlrm
UserBlogs.php8330644editdlrm
UserLocale.php11600644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Blogger/Comment.php (3340B)
author = $author; } /** * @return Google_Service_Blogger_CommentAuthor */ public function getAuthor() { return $this->author; } /** * @param Google_Service_Blogger_CommentBlog */ public function setBlog(Google_Service_Blogger_CommentBlog $blog) { $this->blog = $blog; } /** * @return Google_Service_Blogger_CommentBlog */ public function getBlog() { return $this->blog; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Blogger_CommentInReplyTo */ public function setInReplyTo(Google_Service_Blogger_CommentInReplyTo $inReplyTo) { $this->inReplyTo = $inReplyTo; } /** * @return Google_Service_Blogger_CommentInReplyTo */ public function getInReplyTo() { return $this->inReplyTo; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Blogger_CommentPost */ public function setPost(Google_Service_Blogger_CommentPost $post) { $this->post = $post; } /** * @return Google_Service_Blogger_CommentPost */ public function getPost() { return $this->post; } public function setPublished($published) { $this->published = $published; } public function getPublished() { return $this->published; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } }