Methods |
public
|
addDownload(array<string, mixed> $data): int
|
#
|
public
|
editDownload(int $download_id, array<string, mixed> $data): void
|
#
|
public
|
deleteDownload(int $download_id): void
|
#
|
public
|
getDownload(int $download_id): array<string, mixed>
|
#
|
public
|
getDownloads(array<string, mixed> $data = []): array<int, array<string, mixed>>
|
#
|
public
|
addDescription(int $download_id, int $language_id, array<string, mixed> $data): void
Parameters
$download_id |
primary key of the attribute record to be fetched
|
|
#
|
public
|
deleteDescriptions(int $download_id): void
Parameters
$download_id |
primary key of the download record to be fetched
|
|
#
|
public
|
deleteDescriptionsByLanguageId(int $language_id): void
Delete Descriptions By Language ID
Delete Descriptions By Language ID
|
#
|
public
|
getDescriptions(int $download_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
|
getTotalDownloads(): int
|
#
|
public
|
getReports(int $download_id, int $start = 0, int $limit = 10): array<int, array<string, mixed>>
|
#
|
public
|
deleteReports(int $download_id): void
|
#
|
public
|
getTotalReports(int $download_id): int
|
#
|