Smalot\Magento\Customer\CustomerAddress::getList PHP Method

getList() public method

Retrieve the list of customer addresses.
public getList ( integer $customerId ) : Smalot\Magento\ActionInterface
$customerId integer
return Smalot\Magento\ActionInterface
    public function getList($customerId)
    {
        return $this->__createAction('customer_address.list', func_get_args());
    }