Methods |
public
|
addCustomerGroup(array<string, mixed> $data): int
|
#
|
public
|
editCustomerGroup(int $customer_group_id, array<string, mixed> $data): void
|
#
|
public
|
deleteCustomerGroup(int $customer_group_id): void
|
#
|
public
|
getCustomerGroup(int $customer_group_id): array<string, mixed>
|
#
|
public
|
getCustomerGroups(array<string, mixed> $data = []): array<int, array<string, mixed>>
|
#
|
public
|
addDescription(int $customer_group_id, int $language_id, array<string, mixed> $data): void
|
#
|
public
|
deleteDescriptions(int $customer_group_id): void
|
#
|
public
|
deleteDescriptionsByLanguageId(int $language_id): void
Delete Descriptions By Language ID
Delete Descriptions By Language ID
|
#
|
public
|
getDescriptions(int $customer_group_id): array<int, array<string, string>>
|
#
|
public
|
getDescriptionsByLanguageId(int $language_id): array<int, array<string, string>>
Get Descriptions By Language ID
Get Descriptions By Language ID
|
#
|
public
|
getTotalCustomerGroups(): int
Get Total Customer Groups
Get Total Customer Groups
|
#
|