Interface StaticSeoUrlRepositoryReaderInterface
Interface StaticSeoUrlRepositoryReaderInterface
Direct known implementers
Package: StaticSeoUrl\Interfaces
Category: System
Located at Services/Core/StaticSeoUrl/Repositories/Interfaces/StaticSeoUrlRepositoryReaderInterface.inc.php
Category: System
Located at Services/Core/StaticSeoUrl/Repositories/Interfaces/StaticSeoUrlRepositoryReaderInterface.inc.php
Methods summary
public
getById( IdType $staticSeoUrlId )
: StaticSeoUrlInterface
Returns a StaticSeoUrl instance by the given staticSeoUrl ID.
public
getAll( void )
: StaticSeoUrlCollection
Returns a StaticSeoUrlCollection with all existing StaticSeoUrl objects.