Back to Opencart

Class Opencart\Admin\Model\Design\SeoUrl

docs/api/Opencart.Admin.Model.Design.SeoUrl.html

4.1.0.36.0 KB
Original Source

Namespaces

Classes

Class Opencart[Admin](http://localhost\opencart-master/docs/api/namespace-Opencart.Admin.html)\[Model](http://localhost\opencart-master/docs/api/namespace-Opencart.Admin.Model.html)\[Design](http://localhost\opencart-master/docs/api/namespace-Opencart.Admin.Model.Design.html)\[SeoUrl](http://localhost\opencart-master/docs/api/Opencart.Admin.Model.Design.SeoUrl.html)

| extends | Model |

Class Seo Url

Located at admin\model\design\seo_url.php

Methods
`
public

			` | `addSeoUrl(string $key, string $value, string $keyword, int $store_id, int $language_id, int $sort_order = 0): int`

Add Seo Url

Add Seo Url

| # | | `

public

			` | `editSeoUrl(
int $seo_url_id,
string $key,
string $value,
string $keyword,
int $store_id,
int $language_id,
int $sort_order = 0,

): void`

Edit Seo Url

Edit Seo Url

| # | | `

public

			` | `deleteSeoUrl(int $seo_url_id): void`

Delete Seo Url

Delete Seo Url

| # | | `

public

			` | `deleteSeoUrlsByKeyValue(string $key, string $value, int $store_id = 0, int $language_id = 0): void`

Delete Seo Urls by Key Value pair

Delete Seo Urls by Key Value pair

| # | | `

public

			` | `deleteSeoUrlsByLanguageId(int $language_id): void`

Delete Seo Urls By Language ID

Delete Seo Urls By Language ID

| # | | `

public

			` | `deleteSeoUrlsByStoreId(int $store_id): void`

Delete Seo Urls By Store ID

Delete Seo Urls By Store ID

| # | | `

public

			` | `getSeoUrl(int $seo_url_id): array<string, mixed>`

Get Seo Url

Get Seo Url

| # | | `

public

			` | `getSeoUrlByKeyValue(string $key, string $value, int $store_id = 0, int $language_id = 0): array<string, mixed>`

Get Seo Url By Key Value

Get Seo Url By Key Value

| # | | `

public

			` | `getSeoUrlByKeyword(string $keyword, int $store_id, int $language_id = 0): array<string, mixed>`

Get Seo Url By Keyword

Get Seo Url By Keyword

| # | | `

public

			` | `getSeoUrls(array<string, mixed> $data = []): array<int, array<string, mixed>>`

Get Seo Urls

Get Seo Urls

| # | | `

public

			` | `getSeoUrlsByKeyValue(string $key, string $value): array<int, array<int, string>>`

Get Seo Urls By Key Value

Get Seo Urls By Key Value

| # | | `

public

			` | `getSeoUrlsByStoreId(int $store_id): array<int, array<string, mixed>>`

Get Seo Urls By Store Id

Get Seo Urls By Store Id

| # | | `

public

			` | `getSeoUrlsByLanguageId(int $language_id): array<int, array<string, mixed>>`

Get Seo Urls By Language Id

Get Seo Urls By Language Id

| # | | `

public

			` | `getTotalSeoUrls(array<string, mixed> $data = []): int`

Get Total Seo Urls

Get Total Seo Urls

| # |

Methods inherited from Opencart\System\Engine\Model
__construct(),__get(), __set(),__isset()
Properties inherited from Opencart\System\Engine\Model
$registry

OpenCart API API documentation generated by ApiGen dev-master