PHP Класс Smalot\Magento\Customer\CustomerAddress

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

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

Метод Описание
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