ReviewService
Contents
Description #
Source #
Methods #
- all — Returns a list of Review objects that have open set to true. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
- approve — Approves a Review object, closing it and removing it from the list of reviews.
- retrieve — Retrieves a Review object.