Interface StaticSeoUrlContentRepositoryReaderInterface
Interface StaticSeoUrlContentRepositoryReaderInterface
Direct known implementers
Package: StaticSeoUrl\Interfaces
Category: System
Located at Services/Core/StaticSeoUrl/Repositories/Interfaces/StaticSeoUrlContentRepositoryReaderInterface.inc.php
Category: System
Located at Services/Core/StaticSeoUrl/Repositories/Interfaces/StaticSeoUrlContentRepositoryReaderInterface.inc.php
Methods summary
public
getByStaticSeoUrlId( IdType $staticSeoUrlId )
: StaticSeoUrlContentCollection
Returns a StaticSeoUrlContentCollection for the given StaticSeoUrlContent ID.
public
getById( IdType $staticSeoUrlContentId )
: StaticSeoUrlContentInterface
Returns a StaticSeoUrlContent instance by the given staticSeoUrlContent ID.