StaticSeoUrlRepositoryWriterInterface
in
Interface StaticSeoUrlRepositoryWriterInterface
Tags
Table of Contents
- store() : int
- Inserts a staticSeoUrl to the database.
Methods
store()
Inserts a staticSeoUrl to the database.
public
store(StaticSeoUrlInterface $staticSeoUrl) : int
Parameters
- $staticSeoUrl : StaticSeoUrlInterface
Return values
int —ID of inserted staticSeoUrl or the given staticSeoUrl ID if the staticSeoUrl had an ID already.