StaticSeoUrlContentRepositoryInterface
in
Interface StaticSeoUrlContentRepositoryInterface
Tags
Table of Contents
- deleteStaticSeoUrlContentById() : StaticSeoUrlContentRepositoryInterface
- Deletes a StaticSeoUrlContent by the given staticSeoUrlContent ID.
- getById() : StaticSeoUrlContentInterface
- Returns a StaticSeoUrlContent instance by the given staticSeoUrlContent ID.
- getByStaticSeoUrlId() : StaticSeoUrlContentCollection
- Returns a StaticSeoUrlContentCollection instance by the given staticSeoUrl ID.
- store() : StaticSeoUrlContentRepositoryInterface
- Stores a StaticSeoUrlContent to the database.
Methods
deleteStaticSeoUrlContentById()
Deletes a StaticSeoUrlContent by the given staticSeoUrlContent ID.
public
deleteStaticSeoUrlContentById(IdType $staticSeoUrlContentId) : StaticSeoUrlContentRepositoryInterface
Parameters
- $staticSeoUrlContentId : IdType
Return values
StaticSeoUrlContentRepositoryInterface —Same instance for method chaining.
getById()
Returns a StaticSeoUrlContent instance by the given staticSeoUrlContent ID.
public
getById(IdType $staticSeoUrlContentId) : StaticSeoUrlContentInterface
Parameters
- $staticSeoUrlContentId : IdType
Return values
StaticSeoUrlContentInterface —getByStaticSeoUrlId()
Returns a StaticSeoUrlContentCollection instance by the given staticSeoUrl ID.
public
getByStaticSeoUrlId(IdType $staticSeoUrlId) : StaticSeoUrlContentCollection
Parameters
- $staticSeoUrlId : IdType
Return values
StaticSeoUrlContentCollection —store()
Stores a StaticSeoUrlContent to the database.
public
store(IdType $staticSeoUrlId, StaticSeoUrlContentInterface $staticSeoUrlContent) : StaticSeoUrlContentRepositoryInterface
Parameters
- $staticSeoUrlId : IdType
- $staticSeoUrlContent : StaticSeoUrlContentInterface
Return values
StaticSeoUrlContentRepositoryInterface —Same instance for method chaining.