extends |
Model |
---|
Class Layout
Methods | ||
---|---|---|
public
|
addLayout(array<string, mixed> $data): int
|
# |
public
|
editLayout(int $layout_id, array<string, mixed> $data): void
|
# |
public
|
deleteLayout(int $layout_id): void
|
# |
public
|
getLayout(int $layout_id): array<string, mixed>
|
# |
public
|
getLayouts(array<string, mixed> $data = []): array<int, array<string, mixed>>
|
# |
public
|
getTotalLayouts(): int
|
# |
public
|
addRoute(int $layout_id, array<string, mixed> $data): void
|
# |
public
|
deleteRoutes(int $layout_id): void
|
# |
public
|
deleteRoutesByLayoutId(int $layout_id): void
|
# |
public
|
deleteRoutesByStoreId(int $store_id): void
|
# |
public
|
getRoutes(int $layout_id): array<int, array<string, mixed>>
|
# |
public
|
getRoutesByStoreId(int $store_id): array<int, array<string, mixed>>
|
# |
public
|
addModule(int $layout_id, array<string, mixed> $data): void
|
# |
public
|
deleteModules(int $layout_id): void
|
# |
public
|
deleteModulesByCode(string $code): void
|
# |
public
|
getModules(int $layout_id): array<int, array<string, mixed>>
|
# |
Methods inherited from Opencart\System\Engine\Model |
---|
__construct(), __get(), __set(), __isset() |
Properties inherited from Opencart\System\Engine\Model |
---|
$registry |