ReviewController
class ReviewController extends Controller
Class ReviewController
Methods
Backend page for listing reviews
JSON route for listing reviews - JQGrid route
JSON route for saving new review, and sending mail to all admins and review author
JSON route for retrieving reviews by criteria
JSON route for updating review
JSON route for removing reviews
JSON route for retrieving product rating(only value) for logged user and provided product
Details
at line 42
array
indexAction()
Backend page for listing reviews
at line 57
JsonResponse
getReviewsJqGridAction(ArrayCollection $reviewListJSON)
JSON route for listing reviews - JQGrid route
at line 74
array
showReviewAction(Review $reviewEdit)
Backend page for editing review
at line 89
JsonResponse
addReviewAction(ArrayCollection $reviewJSON)
JSON route for saving new review, and sending mail to all admins and review author
at line 106
JsonResponse
getReviewsAction(ArrayCollection $reviewsJSON)
JSON route for retrieving reviews by criteria
at line 143
JsonResponse
jsonEditReviewAction(ArrayCollection $reviewEditJSON)
JSON route for updating review
at line 161
Response
deleteAction(ArrayCollection $reviewDeleteJSON)
JSON route for removing reviews
at line 177
Response
getProductDescriptionTabSectionAction(Request $request)
JSON route for retrieving product rating(only value) for logged user and provided product