extends |
Model |
---|
Class Setting
Methods | ||
---|---|---|
public
|
getSettings(int $store_id = 0): array<int, array<string, mixed>>
|
# |
public
|
getSetting(string $code, int $store_id = 0): array<string, mixed>
|
# |
public
|
editSetting(string $code, array<string, mixed> $data, int $store_id = 0): void
|
# |
public
|
deleteSetting(string $code, int $store_id = 0): void
|
# |
public
|
deleteSettingsByCode(string $code): void
|
# |
public
|
deleteSettingsByStoreId(int $store_id): void
|
# |
public
|
getValue(string $key, int $store_id = 0): string
|
# |
public
|
editValue(string $code = '', string $key = '', array<mixed>|string $value = '', int $store_id = 0): void
|
# |
Methods inherited from Opencart\System\Engine\Model |
---|
__construct(), __get(), __set(), __isset() |
Properties inherited from Opencart\System\Engine\Model |
---|
$registry |