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

Parameters

ArrayCollection $productSearchList

Return Value

mixed

See also

ProductSearchListConverter

at line 61
array brandAllFrontAction(ArrayCollection $brandListBasic)

Defines route for rendering page with listing all brands

Parameters

ArrayCollection $brandListBasic

Return Value

array

See also

BrandListBasicConverter

at line 79
Response brandAllJSONFrontAction(ArrayCollection $brandListBasicJSON)

Defines route for brands pagination

Parameters

ArrayCollection $brandListBasicJSON

Return Value

Response

See also

BrandListBasicConverter

at line 104
mixed productWithLabelAction(ArrayCollection $productWithLabelList)

Defines route for listing products with labels

Parameters

ArrayCollection $productWithLabelList

Return Value

mixed

See also

ProductWithLabelListConverter