ProductController
extends Controller
in package
FinalYes
Sale controller.
Tags
Table of Contents
Methods
- creationAction() : Response|null
- Lists all product Palimi.
Methods
creationAction()
Lists all product Palimi.
public
creationAction(Request $request, AttributeSetService $attributeSetService, EntityManagerInterface $entityManager, NewProductStatService $newProductStat) : Response|null
Parameters
- $request : Request
- $attributeSetService : AttributeSetService
- $entityManager : EntityManagerInterface
- $newProductStat : NewProductStatService