ProductController
class ProductController extends Controller
Class ProductController. Defines routes for Product and Brand listings
Methods
mixed
productSearch(ArrayCollection $productSearchList)
Defines route for searching products
array
brandAllFrontAction(ArrayCollection $brandListBasic)
Defines route for rendering page with listing all brands
Response
brandAllJSONFrontAction(ArrayCollection $brandListBasicJSON)
Defines route for brands pagination
mixed
productWithLabelAction(ArrayCollection $productWithLabelList)
Defines route for listing products with labels
Details
at line 41
mixed
productSearch(ArrayCollection $productSearchList)
Defines route for searching products
at line 61
array
brandAllFrontAction(ArrayCollection $brandListBasic)
Defines route for rendering page with listing all brands
at line 79
Response
brandAllJSONFrontAction(ArrayCollection $brandListBasicJSON)
Defines route for brands pagination
at line 104
mixed
productWithLabelAction(ArrayCollection $productWithLabelList)
Defines route for listing products with labels