ContentWriteServiceInterface
in
Class ContentWriteServiceInterface
Table of Contents
- storeInfoElementContent() : void
- Stores an info element content.
- storeInfoPageContent() : void
- Stores an info page content.
- storeLinkPageContent() : void
- Stores an link page content.
- updateInfoElementContent() : void
- Updates an info element content
- updateInfoPageContent() : void
- Updates an info page content.
- updateLinkPageContent() : void
- Updates a link page content.
Methods
storeInfoElementContent()
Stores an info element content.
public
storeInfoElementContent(InfoElementContent $infoElement) : void
Parameters
- $infoElement : InfoElementContent
Return values
void —storeInfoPageContent()
Stores an info page content.
public
storeInfoPageContent(InfoPageContent $infoPage) : void
Parameters
- $infoPage : InfoPageContent
Return values
void —storeLinkPageContent()
Stores an link page content.
public
storeLinkPageContent(LinkPageContent $linkPage) : void
Parameters
- $linkPage : LinkPageContent
Return values
void —updateInfoElementContent()
Updates an info element content
public
updateInfoElementContent(InfoElementContent $infoElement) : void
Parameters
- $infoElement : InfoElementContent
Return values
void —updateInfoPageContent()
Updates an info page content.
public
updateInfoPageContent(InfoPageContent $infoPage) : void
Parameters
- $infoPage : InfoPageContent
Return values
void —updateLinkPageContent()
Updates a link page content.
public
updateLinkPageContent(LinkPageContent $linkPage) : void
Parameters
- $linkPage : LinkPageContent