PHP Class WellCommerce\Bundle\ClientBundle\Controller\Front\ClientWishlistController

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

Public Methods

Method Description
addAction ( WellCommerce\Bundle\ProductBundle\Entity\ProductInterface $product ) : RedirectResponse
deleteAction ( WellCommerce\Bundle\ProductBundle\Entity\ProductInterface $product ) : RedirectResponse
indexAction ( ) : Response

Protected Methods

Method Description
getManager ( ) : ClientWishlistManager

Method Details

addAction() public method

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

deleteAction() public method

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

getManager() protected method

protected getManager ( ) : ClientWishlistManager
return WellCommerce\Bundle\ClientBundle\Manager\ClientWishlistManager

indexAction() public method

public indexAction ( ) : Response
return Symfony\Component\HttpFoundation\Response