Class StaticSeoUrlWriteService
Class StaticSeoUrlWriteService
- StaticSeoUrlWriteService implements StaticSeoUrlWriteServiceInterface
Package: StaticSeoUrl
Category: System
Located at Services/Core/StaticSeoUrl/StaticSeoUrlWriteService.inc.php
Category: System
Located at Services/Core/StaticSeoUrl/StaticSeoUrlWriteService.inc.php
Methods summary
public
__construct( StaticSeoUrlRepositoryInterface $staticSeoUrlRepository )
StaticSeoUrlWriteService constructor.
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.