Class StaticSeoUrlRepositoryWriter

Class StaticSeoUrlRepositoryWriter

StaticSeoUrlRepositoryWriter implements StaticSeoUrlRepositoryWriterInterface

Methods summary

public __construct( CI_DB_query_builder $db )

StaticSeoUrlRepositoryWriter constructor.

public store( StaticSeoUrlInterface $staticSeoUrl ) : integer

Inserts a staticSeoUrl to the database.

Properties summary

protected $table : string

Table name

'static_seo_urls'
protected $db : CI_DB_query_builder

Query builder.