PHP Класс Sylius\Bundle\CoreBundle\Context\CustomerAndChannelBasedCartContext

Автор: Mateusz Zalewski ([email protected])
Наследование: implements Sylius\Component\Order\Context\CartContextInterface
Показать файл Открыть проект

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

Метод Описание
__construct ( Sylius\Component\Customer\Context\CustomerContextInterface $customerContext, Sylius\Component\Channel\Context\ChannelContextInterface $channelContext, Sylius\Component\Core\Repository\OrderRepositoryInterface $orderRepository )
getCart ( )

Описание методов

__construct() публичный Метод

public __construct ( Sylius\Component\Customer\Context\CustomerContextInterface $customerContext, Sylius\Component\Channel\Context\ChannelContextInterface $channelContext, Sylius\Component\Core\Repository\OrderRepositoryInterface $orderRepository )
$customerContext Sylius\Component\Customer\Context\CustomerContextInterface
$channelContext Sylius\Component\Channel\Context\ChannelContextInterface
$orderRepository Sylius\Component\Core\Repository\OrderRepositoryInterface

getCart() публичный Метод

public getCart ( )