StaticSeoUrlReadService
in package
implements
StaticSeoUrlReadServiceInterface
Class StaticSeoUrlReadService
Tags
Interfaces, Classes and Traits
- StaticSeoUrlReadServiceInterface
- Interface StaticSeoUrlReadServiceInterface
Table of Contents
- $staticSeoUrlRepository : StaticSeoUrlRepositoryInterface
- __construct() : mixed
- StaticSeoUrlReadService constructor.
- getAllStaticSeoUrls() : StaticSeoUrlCollection
- Returns a StaticSeoUrlCollection with all existing StaticSeoUrl objects.
- getStaticSeoUrlById() : StaticSeoUrlInterface
- Returns a StaticSeoUrl instance by the given staticSeoUrl ID.
Properties
$staticSeoUrlRepository
protected
StaticSeoUrlRepositoryInterface
$staticSeoUrlRepository
Methods
__construct()
StaticSeoUrlReadService constructor.
public
__construct(StaticSeoUrlRepositoryInterface $staticSeoUrlRepository) : mixed
Parameters
- $staticSeoUrlRepository : StaticSeoUrlRepositoryInterface
Return values
mixed —getAllStaticSeoUrls()
Returns a StaticSeoUrlCollection with all existing StaticSeoUrl objects.
public
getAllStaticSeoUrls() : StaticSeoUrlCollection
Return values
StaticSeoUrlCollection —getStaticSeoUrlById()
Returns a StaticSeoUrl instance by the given staticSeoUrl ID.
public
getStaticSeoUrlById(IdType $staticSeoUrlId) : StaticSeoUrlInterface
Parameters
- $staticSeoUrlId : IdType