Class StaticSeoUrlContentRepositoryWriter

Class StaticSeoUrlContentRepositoryWriter

StaticSeoUrlContentRepositoryWriter implements StaticSeoUrlContentRepositoryWriterInterface

Methods summary

public __construct( CI_DB_query_builder $db )

StaticSeoUrlContentRepositoryWriter constructor.

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

Inserts a staticSeoUrlContent to the database.

Properties summary

protected $table : string

Table name

'static_seo_url_contents'
protected $db : CI_DB_query_builder

Query builder.