StaticSeoUrlContentRepositoryDeleter
in package
implements
StaticSeoUrlContentRepositoryDeleterInterface
Class StaticSeoUrlContentRepositoryDeleter
Tags
Interfaces, Classes and Traits
- StaticSeoUrlContentRepositoryDeleterInterface
- Interface StaticSeoUrlContentRepositoryDeleterInterface
Table of Contents
- $db : CI_DB_query_builder
- Query builder.
- $table : string
- Table name
- __construct() : mixed
- StaticSeoUrlContentRepositoryDeleter constructor.
- deleteById() : StaticSeoUrlContentRepositoryDeleterInterface
- Deletes a StaticSeoUrlContent by the given staticSeoUrlContent ID.
Properties
$db
Query builder.
protected
CI_DB_query_builder
$db
$table
Table name
protected
string
$table
= 'static_seo_url_contents'
Methods
__construct()
StaticSeoUrlContentRepositoryDeleter constructor.
public
__construct(CI_DB_query_builder $db) : mixed
Parameters
- $db : CI_DB_query_builder
-
Query builder.
Return values
mixed —deleteById()
Deletes a StaticSeoUrlContent by the given staticSeoUrlContent ID.
public
deleteById(IdType $staticSeoUrlContentId) : StaticSeoUrlContentRepositoryDeleterInterface
Parameters
- $staticSeoUrlContentId : IdType
Return values
StaticSeoUrlContentRepositoryDeleterInterface —Same instance for method chaining.