StaticSeoUrlContentRepositoryWriter

Implements \StaticSeoUrlContentRepositoryWriterInterface

Class StaticSeoUrlContentRepositoryWriter

category

System

package

StaticSeoUrl

subpackage

Repositories

Methods

StaticSeoUrlContentRepositoryWriter constructor.

__construct(\CI_DB_query_builder $db) 

Arguments

$db

\CI_DB_query_builder

Query builder.

Inserts a staticSeoUrlContent to the database.

store(\IdType $staticSeoUrlId, \StaticSeoUrlContentInterface $staticSeoUrlContent) : integer

Arguments

$staticSeoUrlId

\IdType

$staticSeoUrlContent

\StaticSeoUrlContentInterface

Response

integer

ID of inserted staticSeoUrlContent or the given staticSeoUrlContent ID if the staticSeoUrlContent had an ID already.

Properties