ContentWriteService

Implements \ContentWriteServiceInterface

Class ContentWriteService

package

Default

Methods

ContentService constructor.

__construct(\ContentRepositoryInterface $repository) 

Arguments

Stores an info element content.

storeInfoElementContent(\InfoElementContent $infoElement) 

Arguments

$infoElement

\InfoElementContent

Stores a collection of info element content.

storeInfoElementContentCollection(\InfoElementContentCollection $infoElementCollection) 

Arguments

$infoElementCollection

\InfoElementContentCollection

Stores an info page content.

storeInfoPageContent(\InfoPageContent $infoPage) 

Arguments

$infoPage

\InfoPageContent

Stores a collection of info page content.

storeInfoPageContentCollection(\InfoPageContentCollection $infoPageCollection) 

Arguments

$infoPageCollection

\InfoPageContentCollection

Stores an link page content.

storeLinkPageContent(\LinkPageContent $linkPage) 

Arguments

$linkPage

\LinkPageContent

Stores a collection of page info content.

storeLinkPageContentCollection(\LinkPageContentCollection $linkPageCollection) 

Arguments

$linkPageCollection

\LinkPageContentCollection

Updates an info element content

updateInfoElementContent(\InfoElementContent $infoElement) 

Arguments

$infoElement

\InfoElementContent

Updates an info page content.

updateInfoPageContent(\InfoPageContent $infoPage) 

Arguments

$infoPage

\InfoPageContent

Updates a link page content.

updateLinkPageContent(\LinkPageContent $linkPage) 

Arguments

$linkPage

\LinkPageContent

Properties

repository

repository : \ContentRepositoryInterface