Class StaticSeoUrlContentRepositoryDeleter

Class StaticSeoUrlContentRepositoryDeleter

StaticSeoUrlContentRepositoryDeleter implements StaticSeoUrlContentRepositoryDeleterInterface

Methods summary

public __construct( CI_DB_query_builder $db )

StaticSeoUrlContentRepositoryDeleter constructor.

public deleteById( IdType $staticSeoUrlContentId ) : StaticSeoUrlContentRepositoryDeleterInterface

Deletes a StaticSeoUrlContent by the given staticSeoUrlContent ID.

Properties summary

protected $table : string

Table name

'static_seo_url_contents'
protected $db : CI_DB_query_builder

Query builder.