phpDocumentor

ContentReader
in package
implements ContentReaderInterface

Class ContentReader

Interfaces, Classes and Traits

ContentReaderInterface
Interface ContentReaderInterface

Table of Contents

$contentIdentificationFactory  : ContentIdentificationFactoryInterface
$contentIdResolver  : ContentIdResolverInterface
$queryBuilder  : CI_DB_query_builder
CodeIgniter QueryBuilder
__construct()  : mixed
ContentReader constructor.
findAllContentPages()  : array<string|int, mixed>
findAllInfoElements()  : array<string|int, mixed>
findById()  : array<string|int, mixed>
findUrlRewriteByContentId()  : array<string|int, mixed>
nextContentGroupId()  : ContentIdentificationInterface

Properties

$queryBuilder

CodeIgniter QueryBuilder

protected CI_DB_query_builder $queryBuilder

Methods

findAllContentPages()

public findAllContentPages() : array<string|int, mixed>
Return values
array<string|int, mixed>

findById()

public findById(mixed $id) : array<string|int, mixed>
Parameters
$id : mixed

id of the Content

Tags
throws
ContentNotFoundException
Return values
array<string|int, mixed>

Search results