Methods |
public
|
addTopic(array<string, mixed> $data): int
|
#
|
public
|
editTopic(int $topic_id, array<string, mixed> $data): void
|
#
|
public
|
deleteTopic(int $topic_id): void
|
#
|
public
|
getTopic(int $topic_id): array<string, mixed>
|
#
|
public
|
getTopics(array<string, mixed> $data = []): array<int, array<string, mixed>>
|
#
|
public
|
getTotalTopics(): int
|
#
|
public
|
addDescription(int $topic_id, int $language_id, array<string, mixed> $data): void
|
#
|
public
|
deleteDescriptions(int $topic_id): void
Parameters
$topic_id |
primary key of the attribute record to be fetched
|
|
#
|
public
|
deleteDescriptionsByLanguageId(int $language_id): void
Delete Descriptions By Language ID
Delete Descriptions By Language ID
|
#
|
public
|
getDescriptions(int $topic_id): array<int, array<string, mixed>>
|
#
|
public
|
getDescriptionsByLanguageId(int $language_id): array<int, array<string, string>>
Get Descriptions By Language ID
Get Descriptions By Language ID
|
#
|
public
|
addStore(int $topic_id, int $store_id): void
|
#
|
public
|
deleteStores(int $topic_id): void
|
#
|
public
|
getStores(int $topic_id): array<int, int>
|
#
|
public
|
addLayout(int $topic_id, int $store_id, int $layout_id): void
|
#
|
public
|
deleteLayouts(int $article_id): void
|
#
|
public
|
deleteLayoutsByLayoutId(int $layout_id): void
Delete Layouts By Layout ID
Delete Layouts By Layout ID
|
#
|