id = $id; } /** * @return string */ public function getId() { return $this->id; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CommentBlog::class, 'Google_Service_Blogger_CommentBlog');