Class StaticSeoUrlContentRepositoryReader

Class StaticSeoUrlContentRepositoryReader

StaticSeoUrlContentRepositoryReader implements StaticSeoUrlContentRepositoryReaderInterface

Methods summary

public __construct( CI_DB_query_builder $db )

StaticSeoUrlContentRepositoryReader constructor.

public getByStaticSeoUrlId( IdType $staticSeoUrlId ) : StaticSeoUrlContentCollection

Returns a StaticSeoUrlContentCollection for the given StaticSeoUrl ID.

public getById( IdType $staticSeoUrlContentId ) : StaticSeoUrlContentInterface

Returns a StaticSeoUrlContent instance by the given staticSeoUrlContent ID.

protected _setDbValues( StaticSeoUrlContent $staticSeoUrlContent, array $row )

Assign the staticSeoUrlContent values via the setters.

Properties summary

protected $table : string

Table name

'static_seo_url_contents'
protected $db : CI_DB_query_builder

Query builder.