Methods |
public
|
addManufacturer(array<string, mixed> $data): int
|
#
|
public
|
editManufacturer(int $manufacturer_id, array<string, mixed> $data): void
|
#
|
public
|
deleteManufacturer(int $manufacturer_id): void
|
#
|
public
|
getManufacturer(int $manufacturer_id): array<string, mixed>
|
#
|
public
|
getManufacturers(array<string, mixed> $data = []): array<int, array<string, mixed>>
|
#
|
public
|
getTotalManufacturers(): int
|
#
|
public
|
addStore(int $manufacturer_id, int $store_id): void
|
#
|
public
|
deleteStores(int $manufacturer_id): void
|
#
|
public
|
deleteStoresByStoreId(int $store_id): void
Delete Stores By Store ID
Delete Stores By Store ID
|
#
|
public
|
getStores(int $manufacturer_id): array<int, int>
|
#
|
public
|
addLayout(int $manufacturer_id, int $store_id, int $layout_id): void
|
#
|
public
|
deleteLayouts(int $manufacturer_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 $manufacturer_id): array<int, int>
|
#
|
public
|
getTotalLayoutsByLayoutId(int $layout_id): int
Get Total Layouts By Layout ID
Get Total Layouts By Layout ID
|
#
|