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