ContentWriterInterface
in
Interface ContentWriterInterface
Tags
Table of Contents
- storeInfoElementContent() : string
- Store an info element content into the database
- storeInfoPageContent() : string
- Store an info page content into the database
- storeLinkPageContent() : string
- Store a link page content into the database
- updateInfoElementContent() : void
- Updates an info element content
- updateInfoPageContent() : void
- Updates an info page content.
- updateLinkPageContent() : void
- Updates a link page content.
Methods
storeInfoElementContent()
Store an info element content into the database
public
storeInfoElementContent(InfoElementContent $infoElementContent) : string
Parameters
- $infoElementContent : InfoElementContent
-
Info element content
Return values
string —New content group ID
storeInfoPageContent()
Store an info page content into the database
public
storeInfoPageContent(InfoPageContent $infoPageContent) : string
Parameters
- $infoPageContent : InfoPageContent
-
Info page content
Return values
string —New content group ID
storeLinkPageContent()
Store a link page content into the database
public
storeLinkPageContent(LinkPageContent $linkPageContent) : string
Parameters
- $linkPageContent : LinkPageContent
-
Link page content
Return values
string —New content group ID
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