PHP 클래스 WellCommerce\Bundle\ClientBundle\Controller\Front\ClientWishlistController

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

공개 메소드들

메소드 설명
addAction ( WellCommerce\Bundle\ProductBundle\Entity\ProductInterface $product ) : RedirectResponse
deleteAction ( WellCommerce\Bundle\ProductBundle\Entity\ProductInterface $product ) : RedirectResponse
indexAction ( ) : Response

보호된 메소드들

메소드 설명
getManager ( ) : ClientWishlistManager

메소드 상세

addAction() 공개 메소드

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

deleteAction() 공개 메소드

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

getManager() 보호된 메소드

protected getManager ( ) : ClientWishlistManager
리턴 WellCommerce\Bundle\ClientBundle\Manager\ClientWishlistManager

indexAction() 공개 메소드

public indexAction ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response