Class StaticSeoUrlRepositoryReader

Class StaticSeoUrlRepositoryReader

StaticSeoUrlRepositoryReader implements StaticSeoUrlRepositoryReaderInterface

Methods summary

public __construct( CI_DB_query_builder $db )

StaticSeoUrlRepositoryReader constructor.

public getById( IdType $staticSeoUrlId ) : StaticSeoUrlInterface

Returns a StaticSeoUrl instance by the given staticSeoUrl ID.

public getAll( void ) : StaticSeoUrlCollection

Returns a StaticSeoUrlCollection with all existing StaticSeoUrl objects.

protected _setDbValues( StaticSeoUrl $staticSeoUrl, array $row )

Assign the StaticSeoUrl values via the setter.

Properties summary

protected $table : string

Table name

'static_seo_urls'
protected $db : CI_DB_query_builder

Query builder.