StaticSeoUrlRepositoryInterface

Extends

Interface StaticSeoUrlRepositoryInterface

category

System

package

StaticSeoUrl

subpackage

Interfaces

Methods

Deletes a StaticSeoUrl by the given staticSeoUrl ID.

deleteStaticSeoUrlById(\IdType $staticSeoUrlId) : \StaticSeoUrlRepositoryInterface

Arguments

$staticSeoUrlId

\IdType

Response

\StaticSeoUrlRepositoryInterface

Same instance for method chaining.

Returns a StaticSeoUrlCollection with all existing StaticSeoUrl objects.

getAll() : \StaticSeoUrlCollection

Returns a StaticSeoUrl instance by the given staticSeoUrl ID.

getById(\IdType $staticSeoUrlId) : \StaticSeoUrlInterface

Arguments

$staticSeoUrlId

\IdType

Response

\StaticSeoUrlInterface

Stores a StaticSeoUrl to the database.

store(\StaticSeoUrlInterface $staticSeoUrl) : \StaticSeoUrlRepositoryInterface

Arguments

$staticSeoUrl

\StaticSeoUrlInterface

Response

\StaticSeoUrlRepositoryInterface

Same instance for method chaining.