PHP 클래스 Smalot\Magento\Customer\Customer

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

공개 메소드들

메소드 설명
create ( array $customerData ) : Smalot\Magento\ActionInterface Create a new customer.
delete ( integer $customerId ) : Smalot\Magento\ActionInterface Delete the required customer.
getInfo ( integer $customerId, array $attributes ) : Smalot\Magento\ActionInterface Retrieve information about the specified customer.
getList ( array $filters ) : Smalot\Magento\ActionInterface Allows you to retrieve the list of customers.
update ( integer $customerId, array $customerData ) : Smalot\Magento\ActionInterface Update information about the required customer.

메소드 상세

create() 공개 메소드

Create a new customer.
public create ( array $customerData ) : Smalot\Magento\ActionInterface
$customerData array
리턴 Smalot\Magento\ActionInterface

delete() 공개 메소드

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

getInfo() 공개 메소드

Retrieve information about the specified customer.
public getInfo ( integer $customerId, array $attributes ) : Smalot\Magento\ActionInterface
$customerId integer
$attributes array
리턴 Smalot\Magento\ActionInterface

getList() 공개 메소드

Allows you to retrieve the list of customers.
public getList ( array $filters ) : Smalot\Magento\ActionInterface
$filters array
리턴 Smalot\Magento\ActionInterface

update() 공개 메소드

Note that you need to pass only those arguments which you want to be updated.
public update ( integer $customerId, array $customerData ) : Smalot\Magento\ActionInterface
$customerId integer
$customerData array
리턴 Smalot\Magento\ActionInterface