comments = $comments; } /** * @return Comment[] */ public function getComments() { return $this->comments; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CommentThreadReplies::class, 'Google_Service_YouTube_CommentThreadReplies');