ContentWriteService
in package
implements
ContentWriteServiceInterface
Class ContentWriteService
Interfaces, Classes and Traits
- ContentWriteServiceInterface
- Class ContentWriteServiceInterface
Table of Contents
- $repository : ContentRepositoryInterface
- __construct() : mixed
- ContentService constructor.
- storeInfoElementContent() : void
- Stores an info element content.
- storeInfoElementContentCollection() : mixed
- Stores a collection of info element content.
- storeInfoPageContent() : void
- Stores an info page content.
- storeInfoPageContentCollection() : mixed
- Stores a collection of info page content.
- storeLinkPageContent() : void
- Stores an link page content.
- storeLinkPageContentCollection() : mixed
- Stores a collection of page info content.
- updateInfoElementContent() : void
- Updates an info element content
- updateInfoPageContent() : void
- Updates an info page content.
- updateLinkPageContent() : void
- Updates a link page content.
Properties
$repository
protected
ContentRepositoryInterface
$repository
Methods
__construct()
ContentService constructor.
public
__construct(ContentRepositoryInterface $repository) : mixed
Parameters
- $repository : ContentRepositoryInterface
Return values
mixed —storeInfoElementContent()
Stores an info element content.
public
storeInfoElementContent(InfoElementContent $infoElement) : void
Parameters
- $infoElement : InfoElementContent
Return values
void —storeInfoElementContentCollection()
Stores a collection of info element content.
public
storeInfoElementContentCollection(InfoElementContentCollection $infoElementCollection) : mixed
Parameters
- $infoElementCollection : InfoElementContentCollection
Return values
mixed —storeInfoPageContent()
Stores an info page content.
public
storeInfoPageContent(InfoPageContent $infoPage) : void
Parameters
- $infoPage : InfoPageContent
Return values
void —storeInfoPageContentCollection()
Stores a collection of info page content.
public
storeInfoPageContentCollection(InfoPageContentCollection $infoPageCollection) : mixed
Parameters
- $infoPageCollection : InfoPageContentCollection
Return values
mixed —storeLinkPageContent()
Stores an link page content.
public
storeLinkPageContent(LinkPageContent $linkPage) : void
Parameters
- $linkPage : LinkPageContent
Return values
void —storeLinkPageContentCollection()
Stores a collection of page info content.
public
storeLinkPageContentCollection(LinkPageContentCollection $linkPageCollection) : mixed
Parameters
- $linkPageCollection : LinkPageContentCollection
Return values
mixed —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