PHP 클래스 Smalot\Magento\Cart\CartCustomer

상속: extends Smalot\Magento\MagentoModuleAbstract
파일 보기 프로젝트 열기: smalot/magento-client

공개 메소드들

메소드 설명
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