StaticSeoUrlContentRepositoryReaderInterface
in
Interface StaticSeoUrlContentRepositoryReaderInterface
Tags
Table of Contents
- getById() : StaticSeoUrlContentInterface
- Returns a StaticSeoUrlContent instance by the given staticSeoUrlContent ID.
- getByStaticSeoUrlId() : StaticSeoUrlContentCollection
- Returns a StaticSeoUrlContentCollection for the given StaticSeoUrlContent ID.
Methods
getById()
Returns a StaticSeoUrlContent instance by the given staticSeoUrlContent ID.
public
getById(IdType $staticSeoUrlContentId) : StaticSeoUrlContentInterface
Parameters
- $staticSeoUrlContentId : IdType
Tags
Return values
StaticSeoUrlContentInterface —getByStaticSeoUrlId()
Returns a StaticSeoUrlContentCollection for the given StaticSeoUrlContent ID.
public
getByStaticSeoUrlId(IdType $staticSeoUrlId) : StaticSeoUrlContentCollection
Parameters
- $staticSeoUrlId : IdType
Tags
Return values
StaticSeoUrlContentCollection —All staticSeoUrlContents found by the staticSeoUrl ID as a StaticSeoUrlContentCollection.