PHP 클래스 WellCommerce\Bundle\ProductBundle\Controller\Front\ProductController

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\CoreBundle\Controller\Front\AbstractFrontController
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

공개 메소드들

메소드 설명
indexAction ( WellCommerce\Bundle\ProductBundle\Entity\ProductInterface $product ) : Response
viewAction ( WellCommerce\Bundle\ProductBundle\Entity\ProductInterface $product ) : Symfony\Component\HttpFoundation\JsonResponse

메소드 상세

indexAction() 공개 메소드

public indexAction ( WellCommerce\Bundle\ProductBundle\Entity\ProductInterface $product ) : Response
$product WellCommerce\Bundle\ProductBundle\Entity\ProductInterface
리턴 Symfony\Component\HttpFoundation\Response

viewAction() 공개 메소드

public viewAction ( WellCommerce\Bundle\ProductBundle\Entity\ProductInterface $product ) : Symfony\Component\HttpFoundation\JsonResponse
$product WellCommerce\Bundle\ProductBundle\Entity\ProductInterface
리턴 Symfony\Component\HttpFoundation\JsonResponse