extends |
Model |
---|
Class Theme
Methods | ||
---|---|---|
public
|
addTheme(array<string, mixed> $data): int
|
# |
public
|
editTheme(int $theme_id, array<string, mixed> $data): void
|
# |
public
|
deleteTheme(int $theme_id): void
|
# |
public
|
deleteThemesByStoreId(int $store_id): void
|
# |
public
|
getTheme(int $theme_id): array<string, mixed>
|
# |
public
|
getThemes(int $start = 0, int $limit = 10): array<int, array<string, mixed>>
|
# |
public
|
getTotalThemes(): int
|
# |
Methods inherited from Opencart\System\Engine\Model |
---|
__construct(), __get(), __set(), __isset() |
Properties inherited from Opencart\System\Engine\Model |
---|
$registry |