ContentReadService

Implements \ContentReadServiceInterface

Class ContentReadService

package

Default

Methods

ContentService constructor.

__construct(\ContentRepositoryInterface $repository) 

Arguments

findById

findById(mixed $id) : mixed
Throws
\ContentNotFoundException

Arguments

$id

mixed

id of the Content

Response

mixed

getAllInfoElements

getAllInfoElements() : array<mixed,\InfoElementContent>
Throws
\ContentNotFoundException
\UnfinishedBuildException

Response

array<mixed,\InfoElementContent>

nextContentGroupId

nextContentGroupId() : integer

Response

integer

Properties

repository

repository : \ContentRepositoryInterface