PHP Class WellCommerce\Bundle\ProductBundle\Controller\Front\ProductController

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Controller\Front\AbstractFrontController
Afficher le fichier Open project: wellcommerce/wellcommerce

Méthodes publiques

Méthode Description
indexAction ( WellCommerce\Bundle\ProductBundle\Entity\ProductInterface $product ) : Response
viewAction ( WellCommerce\Bundle\ProductBundle\Entity\ProductInterface $product ) : Symfony\Component\HttpFoundation\JsonResponse

Method Details

indexAction() public méthode

public indexAction ( WellCommerce\Bundle\ProductBundle\Entity\ProductInterface $product ) : Response
$product WellCommerce\Bundle\ProductBundle\Entity\ProductInterface
Résultat Symfony\Component\HttpFoundation\Response

viewAction() public méthode

public viewAction ( WellCommerce\Bundle\ProductBundle\Entity\ProductInterface $product ) : Symfony\Component\HttpFoundation\JsonResponse
$product WellCommerce\Bundle\ProductBundle\Entity\ProductInterface
Résultat Symfony\Component\HttpFoundation\JsonResponse