PHP 클래스 Smalot\Magento\Customer\CustomerAddress

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

공개 메소드들

메소드 설명
create ( integer $customerId, array $addressData ) : Smalot\Magento\ActionInterface Create a new address for the customer.
delete ( integer $addressId ) : Smalot\Magento\ActionInterface Delete the required customer address.
getInfo ( integer $addressId ) : Smalot\Magento\ActionInterface Retrieve information about the required customer address.
getList ( integer $customerId ) : Smalot\Magento\ActionInterface Retrieve the list of customer addresses.
update ( integer $addressId, array $addressData ) : Smalot\Magento\ActionInterface Update address data of the required customer.

메소드 상세

create() 공개 메소드

Create a new address for the customer.
public create ( integer $customerId, array $addressData ) : Smalot\Magento\ActionInterface
$customerId integer
$addressData array
리턴 Smalot\Magento\ActionInterface

delete() 공개 메소드

Delete the required customer address.
public delete ( integer $addressId ) : Smalot\Magento\ActionInterface
$addressId integer
리턴 Smalot\Magento\ActionInterface

getInfo() 공개 메소드

Retrieve information about the required customer address.
public getInfo ( integer $addressId ) : Smalot\Magento\ActionInterface
$addressId integer
리턴 Smalot\Magento\ActionInterface

getList() 공개 메소드

Retrieve the list of customer addresses.
public getList ( integer $customerId ) : Smalot\Magento\ActionInterface
$customerId integer
리턴 Smalot\Magento\ActionInterface

update() 공개 메소드

Update address data of the required customer.
public update ( integer $addressId, array $addressData ) : Smalot\Magento\ActionInterface
$addressId integer
$addressData array
리턴 Smalot\Magento\ActionInterface