Methods |
public
|
addVoucherTheme(array<string, mixed> $data): int
|
#
|
public
|
editVoucherTheme(int $voucher_theme_id, array<string, mixed> $data): void
|
#
|
public
|
deleteVoucherTheme(int $voucher_theme_id): void
|
#
|
public
|
getVoucherTheme(int $voucher_theme_id): array<string, mixed>
|
#
|
public
|
getVoucherThemes(array<string, mixed> $data = []): array<int, array<string, mixed>>
|
#
|
public
|
addDescription(int $voucher_theme_id, int $language_id, array<string, mixed> $data): void
|
#
|
public
|
deleteDescriptions(int $voucher_theme_id): void
|
#
|
public
|
deleteDescriptionsByLanguageId(int $language_id): void
Delete Descriptions By Language ID
Delete Descriptions By Language ID
|
#
|
public
|
getDescriptions(int $voucher_theme_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
|
getTotalVoucherThemes(): int
|
#
|