StaticSeoUrlContentRepositoryDeleter

Implements \StaticSeoUrlContentRepositoryDeleterInterface

Class StaticSeoUrlContentRepositoryDeleter

category

System

package

StaticSeoUrl

subpackage

Repositories

Methods

StaticSeoUrlContentRepositoryDeleter constructor.

__construct(\CI_DB_query_builder $db) 

Arguments

$db

\CI_DB_query_builder

Query builder.

Deletes a StaticSeoUrlContent by the given staticSeoUrlContent ID.

deleteById(\IdType $staticSeoUrlContentId) : \StaticSeoUrlContentRepositoryDeleterInterface

Arguments

$staticSeoUrlContentId

\IdType

Response

\StaticSeoUrlContentRepositoryDeleterInterface

Same instance for method chaining.

Properties

Table name

table : string
var

Type(s)

string

Query builder.

db : \CI_DB_query_builder
var

Type(s)

\CI_DB_query_builder