PHP Класс Smalot\Magento\Cart\CartCustomer

Наследование: extends Smalot\Magento\MagentoModuleAbstract
Показать файл Открыть проект

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

Метод Описание
setAddresses ( integer $quoteId, array $customerAddressData, string $store = null ) : Smalot\Magento\ActionInterface Allows you to set the customer addresses in the shopping cart (quote).
setCustomer ( integer $quoteId, array $customerData, string $store = null ) : Smalot\Magento\ActionInterface Allows you to add information about the customer to a shopping cart (quote).

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

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

Allows you to set the customer addresses in the shopping cart (quote).
public setAddresses ( integer $quoteId, array $customerAddressData, string $store = null ) : Smalot\Magento\ActionInterface
$quoteId integer
$customerAddressData array
$store string
Результат Smalot\Magento\ActionInterface

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

Allows you to add information about the customer to a shopping cart (quote).
public setCustomer ( integer $quoteId, array $customerData, string $store = null ) : Smalot\Magento\ActionInterface
$quoteId integer
$customerData array
$store string
Результат Smalot\Magento\ActionInterface