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