StaticSeoUrlContentRepositoryWriterInterface
in
Interface StaticSeoUrlContentRepositoryWriterInterface
Tags
Table of Contents
- store() : int
- Inserts a staticSeoUrlContent to the database.
Methods
store()
Inserts a staticSeoUrlContent to the database.
public
store(IdType $staticSeoUrlId, StaticSeoUrlContentInterface $staticSeoUrlContent) : int
Parameters
- $staticSeoUrlId : IdType
- $staticSeoUrlContent : StaticSeoUrlContentInterface
Return values
int —ID of inserted staticSeoUrlContent or the given staticSeoUrlContent ID if the staticSeoUrlContent had an ID already.