StaticSeoUrlRepositoryInterface
in
Interface StaticSeoUrlRepositoryInterface
Tags
Table of Contents
- deleteStaticSeoUrlById() : StaticSeoUrlRepositoryInterface
- Deletes a StaticSeoUrl by the given staticSeoUrl ID.
- getAll() : StaticSeoUrlCollection
- Returns a StaticSeoUrlCollection with all existing StaticSeoUrl objects.
- getById() : StaticSeoUrlInterface
- Returns a StaticSeoUrl instance by the given staticSeoUrl ID.
- store() : StaticSeoUrlRepositoryInterface
- Stores a StaticSeoUrl to the database.
Methods
deleteStaticSeoUrlById()
Deletes a StaticSeoUrl by the given staticSeoUrl ID.
public
deleteStaticSeoUrlById(IdType $staticSeoUrlId) : StaticSeoUrlRepositoryInterface
Parameters
- $staticSeoUrlId : IdType
Return values
StaticSeoUrlRepositoryInterface —Same instance for method chaining.
getAll()
Returns a StaticSeoUrlCollection with all existing StaticSeoUrl objects.
public
getAll() : StaticSeoUrlCollection
Return values
StaticSeoUrlCollection —getById()
Returns a StaticSeoUrl instance by the given staticSeoUrl ID.
public
getById(IdType $staticSeoUrlId) : StaticSeoUrlInterface
Parameters
- $staticSeoUrlId : IdType
Return values
StaticSeoUrlInterface —store()
Stores a StaticSeoUrl to the database.
public
store(StaticSeoUrlInterface $staticSeoUrl) : StaticSeoUrlRepositoryInterface
Parameters
- $staticSeoUrl : StaticSeoUrlInterface
Return values
StaticSeoUrlRepositoryInterface —Same instance for method chaining.