Class StaticSeoUrlContentRepositoryReader
Class StaticSeoUrlContentRepositoryReader
- StaticSeoUrlContentRepositoryReader implements StaticSeoUrlContentRepositoryReaderInterface
Package: StaticSeoUrl\Repositories
Category: System
Located at Services/Core/StaticSeoUrl/Repositories/Reader/StaticSeoUrlContentRepositoryReader.inc.php
Category: System
Located at Services/Core/StaticSeoUrl/Repositories/Reader/StaticSeoUrlContentRepositoryReader.inc.php
Methods summary
public
getByStaticSeoUrlId( IdType $staticSeoUrlId )
: StaticSeoUrlContentCollection
Returns a StaticSeoUrlContentCollection for the given StaticSeoUrl ID.
public
getById( IdType $staticSeoUrlContentId )
: StaticSeoUrlContentInterface
Returns a StaticSeoUrlContent instance by the given staticSeoUrlContent ID.
protected
_setDbValues( StaticSeoUrlContent $staticSeoUrlContent, array $row )
Assign the staticSeoUrlContent values via the setters.