StaticSeoUrlContentRepositoryReaderInterface

Extends

Interface StaticSeoUrlContentRepositoryReaderInterface

category

System

package

StaticSeoUrl

subpackage

Interfaces

Methods

Returns a StaticSeoUrlContent instance by the given staticSeoUrlContent ID.

getById(\IdType $staticSeoUrlContentId) : \StaticSeoUrlContentInterface
Throws
\UnexpectedValueException
\InvalidArgumentException

Arguments

$staticSeoUrlContentId

\IdType

Response

\StaticSeoUrlContentInterface

Returns a StaticSeoUrlContentCollection for the given StaticSeoUrlContent ID.

getByStaticSeoUrlId(\IdType $staticSeoUrlId) : \StaticSeoUrlContentCollection
Throws
\UnexpectedValueException
\InvalidArgumentException

Arguments

$staticSeoUrlId

\IdType

Response

\StaticSeoUrlContentCollection

All staticSeoUrlContents found by the staticSeoUrl ID as a StaticSeoUrlContentCollection.