PHP Класс WellCommerce\Bundle\ClientBundle\Controller\Front\ClientWishlistController

Автор: Adam Piotrowski ([email protected])
Наследование: extends WellCommerce\Bundle\CoreBundle\Controller\Front\AbstractFrontController
Показать файл Открыть проект

Открытые методы

Метод Описание
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