Methods |
public
|
addInformation(array<string, mixed> $data): int
|
#
|
public
|
editInformation(int $information_id, array<string, mixed> $data): void
|
#
|
public
|
deleteInformation(int $information_id): void
|
#
|
public
|
getInformation(int $information_id): array<string, mixed>
|
#
|
public
|
getInformations(array<string, mixed> $data = []): array<int, array<string, mixed>>
|
#
|
public
|
getTotalInformations(): int
|
#
|
public
|
addDescription(int $information_id, int $language_id, array<string, mixed> $data): void
|
#
|
public
|
deleteDescriptions(int $information_id): void
|
#
|
public
|
deleteDescriptionsByLanguageId(int $language_id): void
Delete Descriptions By Language ID
Delete Descriptions By Language ID
|
#
|
public
|
getDescriptions(int $information_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
|
addStore(int $information_id, int $store_id): void
|
#
|
public
|
deleteStores(int $information_id): void
|
#
|
public
|
deleteStoresByStoreId(int $store_id): void
Delete Stores By Store ID
Delete Stores By Store ID
|
#
|
public
|
getStores(int $information_id): array<int, int>
|
#
|
public
|
addLayout(int $information_id, int $store_id, int $layout_id): void
|
#
|
public
|
deleteLayouts(int $information_id): void
|
#
|
public
|
deleteLayoutsByLayoutId(int $layout_id): void
Delete Layouts By Layout ID
Delete Layouts By Layout ID
|
#
|
public
|
deleteLayoutsByStoreId(int $store_id): void
Delete Layouts By Store ID
Delete Layouts By Store ID
|
#
|
public
|
getLayouts(int $information_id): array<int, int>
|
#
|
public
|
getTotalLayoutsByLayoutId(int $layout_id): int
Get Total Layouts By Layout ID
Get Total Layouts By Layout ID
|
#
|