phpDocumentor

StaticSeoUrlRepositoryReader implements StaticSeoUrlRepositoryReaderInterface

Class StaticSeoUrlRepositoryReader

Tags
category

System

subpackage

Repositories

Interfaces, Classes and Traits

StaticSeoUrlRepositoryReaderInterface
Interface StaticSeoUrlRepositoryReaderInterface

Table of Contents

$db  : CI_DB_query_builder
Query builder.
$table  : string
Table name
__construct()  : mixed
StaticSeoUrlRepositoryReader constructor.
getAll()  : StaticSeoUrlCollection
Returns a StaticSeoUrlCollection with all existing StaticSeoUrl objects.
getById()  : StaticSeoUrlInterface
Returns a StaticSeoUrl instance by the given staticSeoUrl ID.
_setDbValues()  : mixed
Assign the StaticSeoUrl values via the setter.

Properties

Methods

__construct()

StaticSeoUrlRepositoryReader constructor.

public __construct(CI_DB_query_builder $db) : mixed
Parameters
$db : CI_DB_query_builder

Query builder.

Return values
mixed

_setDbValues()

Assign the StaticSeoUrl values via the setter.

protected _setDbValues(StaticSeoUrl $staticSeoUrl, array<string|int, mixed> $row) : mixed
Parameters
$staticSeoUrl : StaticSeoUrl
$row : array<string|int, mixed>
Tags
throws
InvalidArgumentException

If $row contains invalid values.

Return values
mixed

Search results