StaticSeoUrlRepositoryReader

Implements \StaticSeoUrlRepositoryReaderInterface

Class StaticSeoUrlRepositoryReader

category

System

package

StaticSeoUrl

subpackage

Repositories

Methods

StaticSeoUrlRepositoryReader constructor.

__construct(\CI_DB_query_builder $db) 

Arguments

$db

\CI_DB_query_builder

Query builder.

Returns a StaticSeoUrlCollection with all existing StaticSeoUrl objects.

getAll() : \StaticSeoUrlCollection

Returns a StaticSeoUrl instance by the given staticSeoUrl ID.

getById(\IdType $staticSeoUrlId) : \StaticSeoUrlInterface
Throws
\UnexpectedValueException

if no staticSeoUrl record for the provided staticSeoUrl ID was found.

Arguments

$staticSeoUrlId

\IdType

Response

\StaticSeoUrlInterface

Properties