Shop_ProductReview
The Shop_ProductReview class represents a product review and rating record. Please read this article to learn how you can implement the product review list.
Parent class: Db_ActiveRecord
Class fields
- $rating - specifies a rating assigned to the review. This field could be empty (NULL) if rating has not been assigned.
- $title - specifies the review title.
- $author - specifies the review author name.
- $review_text - specifies the review text.
- $review_author_email - specifies the author's email address.
- $created_at - specifies the review date and time. An object of the Phpr_DateTime class.
Next: Shop_ShippingOption
Previous: Shop_ProductFile
Return to Reference

