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