extends |
Model |
|---|
Class Module
| Methods | ||
|---|---|---|
public
|
addModule(string $code, array<string, mixed> $data): int
|
# |
public
|
editModule(int $module_id, array<string, mixed> $data): void
|
# |
public
|
deleteModule(int $module_id): void
|
# |
public
|
deleteModulesByCode(string $code): void
|
# |
public
|
getModule(int $module_id): array<mixed>
|
# |
public
|
getModules(): array<int, array<string, mixed>>
|
# |
public
|
getModulesByCode(string $code): array<int, array<string, mixed>>
|
# |
| Methods inherited from Opencart\System\Engine\Model |
|---|
__construct(), __get(), __set(), __isset() |
| Properties inherited from Opencart\System\Engine\Model |
|---|
$registry |