extends |
Model |
---|
Class Store
Methods | ||
---|---|---|
public
|
addStore(array<string, mixed> $data): int
|
# |
public
|
editStore(int $store_id, array<string, mixed> $data): void
|
# |
public
|
deleteStore(int $store_id): void
|
# |
public
|
getStore(int $store_id): array<string, mixed>
|
# |
public
|
getStores(array<string, mixed> $data = []): array<int, array<string, mixed>>
|
# |
public
|
createStoreInstance(int $store_id = 0, string $language = '', string $session_id = ''): Registry
|
# |
public
|
getTotalStores(): int
|
# |
public
|
getTotalStoresByLayoutId(int $layout_id): int
|
# |
public
|
getTotalStoresByLanguage(string $language): int
|
# |
public
|
getTotalStoresByCurrency(string $currency): int
|
# |
public
|
getTotalStoresByCountryId(int $country_id): int
|
# |
public
|
getTotalStoresByZoneId(int $zone_id): int
|
# |
public
|
getTotalStoresByCustomerGroupId(int $customer_group_id): int
|
# |
public
|
getTotalStoresByInformationId(int $information_id): int
|
# |
public
|
getTotalStoresByOrderStatusId(int $order_status_id): int
|
# |
Methods inherited from Opencart\System\Engine\Model |
---|
__construct(), __get(), __set(), __isset() |
Properties inherited from Opencart\System\Engine\Model |
---|
$registry |