ContentReadService
in package
implements
ContentReadServiceInterface
Class ContentReadService
Interfaces, Classes and Traits
- ContentReadServiceInterface
- Class ContentReadServiceInterface
Table of Contents
- $repository : ContentRepositoryInterface
- __construct() : mixed
- ContentService constructor.
- findById() : mixed
- getAllContentPages() : array<string|int, mixed>
- getAllInfoElements() : array<string|int, InfoElementContent>
- nextContentGroupId() : ContentIdentificationInterface
Properties
$repository
protected
ContentRepositoryInterface
$repository
Methods
__construct()
ContentService constructor.
public
__construct(ContentRepositoryInterface $repository) : mixed
Parameters
- $repository : ContentRepositoryInterface
Return values
mixed —findById()
public
findById(mixed $id) : mixed
Parameters
- $id : mixed
-
id of the Content
Tags
Return values
mixed —getAllContentPages()
public
getAllContentPages() : array<string|int, mixed>
Return values
array<string|int, mixed> —getAllInfoElements()
public
getAllInfoElements() : array<string|int, InfoElementContent>
Tags
Return values
array<string|int, InfoElementContent> —nextContentGroupId()
public
nextContentGroupId() : ContentIdentificationInterface