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

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
addAction ( WellCommerce\Bundle\ProductBundle\Entity\ProductInterface $product ) : RedirectResponse
deleteAction ( WellCommerce\Bundle\ProductBundle\Entity\ProductInterface $product ) : RedirectResponse
indexAction ( ) : Response

Méthodes protégées

Méthode Description
getManager ( ) : ClientWishlistManager

Method Details

addAction() public méthode

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

deleteAction() public méthode

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

getManager() protected méthode

protected getManager ( ) : ClientWishlistManager
Résultat WellCommerce\Bundle\ClientBundle\Manager\ClientWishlistManager

indexAction() public méthode

public indexAction ( ) : Response
Résultat Symfony\Component\HttpFoundation\Response