Interface ContentRepositoryInterface
| category |
System |
|---|---|
| package |
Content |
| subpackage |
Interfaces |
deleteById( $contentGroupId) : \ContentRepositoryInterface
\ContentRepositoryInterfaceSame instance for chained method calls.
findById(mixed $id) : mixed
| Throws |
|
|---|
mixedid of the Content
mixed
getAllInfoElements() : array<mixed,\InfoElementContent>
| Throws |
|
|---|
array<mixed,\InfoElementContent>
nextContentGroupId() : integer
integer
storeInfoElementContent(\InfoElementContent $infoElementContent) : \ContentRepositoryInterface
\InfoElementContentInfo element content
\ContentRepositoryInterfaceSame instance for chained method calls
storeInfoPageContent(\InfoPageContent $infoPageContent) : \ContentRepositoryInterface
\InfoPageContentInfo page content
\ContentRepositoryInterfaceSame instance for chained method calls
storeLinkPageContent(\LinkPageContent $linkPageContent) : \ContentRepositoryInterface
\LinkPageContentLink page content
\ContentRepositoryInterfaceSame instance for chained method calls
updateInfoElementContent(\InfoElementContent $infoElement)
\InfoElementContent
updateInfoPageContent(\InfoPageContent $infoPage)
\InfoPageContent
updateLinkPageContent(\LinkPageContent $linkPage)
\LinkPageContent