ContentReader

Implements \ContentReaderInterface

Class ContentReader

package

Default

Methods

ContentReader constructor.

__construct(\CI_DB_query_builder $queryBuilder) 

Arguments

$queryBuilder

\CI_DB_query_builder

findAllInfoElements

findAllInfoElements() : array
Throws
\ContentNotFoundException

Response

array

findById

findById(mixed $id) : array
Throws
\ContentNotFoundException

Arguments

$id

mixed

id of the Content

Response

array

findUrlRewriteByContentId

findUrlRewriteByContentId( $id) : array
Throws
\UrlRewriteNotFoundException

Arguments

$id

Response

array

nextContentGroupId

nextContentGroupId() : integer

Response

integer

Properties

CodeIgniter QueryBuilder

queryBuilder : \CI_DB_query_builder
var

Type(s)

\CI_DB_query_builder