Class StaticSeoUrlContentRepository
Class StaticSeoUrlRepository
- StaticSeoUrlContentRepository implements StaticSeoUrlContentRepositoryInterface
Package: StaticSeoUrl\Repositories
Category: System
Located at Services/Core/StaticSeoUrl/Repositories/StaticSeoUrlContentRepository.inc.php
Category: System
Located at Services/Core/StaticSeoUrl/Repositories/StaticSeoUrlContentRepository.inc.php
Methods summary
public
__construct( StaticSeoUrlContentRepositoryWriterInterface $writer, StaticSeoUrlContentRepositoryReaderInterface $reader, StaticSeoUrlContentRepositoryDeleterInterface $deleter )
StaticSeoUrlContentRepository constructor.
public
getByStaticSeoUrlId( IdType $staticSeoUrlId )
: StaticSeoUrlContentCollection
Returns a StaticSeoUrlContentCollection instance by the given staticSeoUrl ID.
public
getById( IdType $staticSeoUrlContentId )
: StaticSeoUrlContentInterface
Returns a StaticSeoUrlContent instance by the given staticSeoUrlContent ID.
public
store( IdType $staticSeoUrlId, StaticSeoUrlContentInterface $staticSeoUrlContent )
: StaticSeoUrlContentRepositoryInterface
Stores a StaticSeoUrlContent to the database.
public
deleteStaticSeoUrlContentById( IdType $staticSeoUrlContentId )
: StaticSeoUrlContentRepositoryInterface
Deletes a StaticSeoUrlContent by the given staticSeoUrlContent ID.