phpDocumentor

StaticSeoUrlContentRepositoryReader implements StaticSeoUrlContentRepositoryReaderInterface

Class StaticSeoUrlContentRepositoryReader

Tags
category

System

subpackage

Repositories

Interfaces, Classes and Traits

StaticSeoUrlContentRepositoryReaderInterface
Interface StaticSeoUrlContentRepositoryReaderInterface

Table of Contents

$db  : CI_DB_query_builder
Query builder.
$table  : string
Table name
__construct()  : mixed
StaticSeoUrlContentRepositoryReader constructor.
getById()  : StaticSeoUrlContentInterface
Returns a StaticSeoUrlContent instance by the given staticSeoUrlContent ID.
getByStaticSeoUrlId()  : StaticSeoUrlContentCollection
Returns a StaticSeoUrlContentCollection for the given StaticSeoUrl ID.
_setDbValues()  : mixed
Assign the staticSeoUrlContent values via the setters.

Properties

Methods

__construct()

StaticSeoUrlContentRepositoryReader constructor.

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

_setDbValues()

Assign the staticSeoUrlContent values via the setters.

protected _setDbValues(StaticSeoUrlContent $staticSeoUrlContent, array<string|int, mixed> $row) : mixed
Parameters
$staticSeoUrlContent : StaticSeoUrlContent

StaticSeoUrlContent object.

$row : array<string|int, mixed>

Fetched DB row.

Tags
throws
InvalidArgumentException

If $row contains invalid values.

Return values
mixed

Search results