Interface StaticSeoUrlWriteServiceInterface
Interface StaticSeoUrlWriteServiceInterface
Direct known implementers
Package: StaticSeoUrl\Interfaces
Category: System
Located at Services/Core/StaticSeoUrl/Interfaces/StaticSeoUrlWriteServiceInterface.inc.php
Category: System
Located at Services/Core/StaticSeoUrl/Interfaces/StaticSeoUrlWriteServiceInterface.inc.php
Methods summary
public
deleteStaticSeoUrlById( IdType $staticSeoUrlId )
: StaticSeoUrlWriteServiceInterface
Deletes a StaticSeoUrl by the given static seo url ID.
public
saveStaticSeoUrl( StaticSeoUrlInterface $staticSeoUrl )
: StaticSeoUrlInterface
Saves a static seo url to the database and delegates to child-repositories.