StaticSeoUrlWriteServiceInterface
in
Interface StaticSeoUrlWriteServiceInterface
Tags
Table of Contents
- deleteStaticSeoUrlById() : StaticSeoUrlWriteServiceInterface
- Deletes a StaticSeoUrl by the given static seo url ID.
- saveStaticSeoUrl() : StaticSeoUrlInterface
- Saves a static seo url to the database and delegates to child-repositories.
Methods
deleteStaticSeoUrlById()
Deletes a StaticSeoUrl by the given static seo url ID.
public
deleteStaticSeoUrlById(IdType $staticSeoUrlId) : StaticSeoUrlWriteServiceInterface
Parameters
- $staticSeoUrlId : IdType
Return values
StaticSeoUrlWriteServiceInterface —Same instance for method chaining.
saveStaticSeoUrl()
Saves a static seo url to the database and delegates to child-repositories.
public
saveStaticSeoUrl(StaticSeoUrlInterface $staticSeoUrl) : StaticSeoUrlInterface
Parameters
- $staticSeoUrl : StaticSeoUrlInterface
Return values
StaticSeoUrlInterface —The StaticSeoUrl instance.