extends |
Model |
---|
Class Address
Methods | ||
---|---|---|
public
|
addAddress(int $customer_id, array<string, mixed> $data): int
|
# |
public
|
editAddress(int $customer_id, int $address_id, array<string, mixed> $data): void
|
# |
public
|
deleteAddress(int $customer_id, int $address_id = 0): void
|
# |
public
|
getAddress(int $customer_id, int $address_id): array<string, mixed>
|
# |
public
|
getAddresses(int $customer_id): array<int, array<string, mixed>>
|
# |
public
|
getTotalAddresses(int $customer_id): int
|
# |
Methods inherited from Opencart\System\Engine\Model |
---|
__construct(), __get(), __set(), __isset() |
Properties inherited from Opencart\System\Engine\Model |
---|
$registry |