StaticSeoUrlRepositoryReaderInterface
in
Interface StaticSeoUrlRepositoryReaderInterface
Tags
Table of Contents
- getAll() : StaticSeoUrlCollection
- Returns a StaticSeoUrlCollection with all existing StaticSeoUrl objects.
- getById() : StaticSeoUrlInterface
- Returns a StaticSeoUrl instance by the given staticSeoUrl ID.
Methods
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