extends |
Model |
---|
Class Customer Approval
Methods | ||
---|---|---|
public
|
deleteApprovalsByCustomerId(int $customer_id): void
|
# |
public
|
getCustomerApprovals(array<string, mixed> $data = []): array<int, array<string, mixed>>
|
# |
public
|
getCustomerApproval(int $customer_approval_id): array<string, mixed>
|
# |
public
|
getTotalCustomerApprovals(array<string, mixed> $data = []): int
|
# |
public
|
approveCustomer(int $customer_id): void
|
# |
public
|
denyCustomer(int $customer_id): void
|
# |
public
|
approveAffiliate(int $customer_id): void
|
# |
public
|
denyAffiliate(int $customer_id): void
|
# |
Methods inherited from Opencart\System\Engine\Model |
---|
__construct(), __get(), __set(), __isset() |
Properties inherited from Opencart\System\Engine\Model |
---|
$registry |