Class StaticSeoUrlRepository
category |
System |
---|---|
package |
StaticSeoUrl |
subpackage |
Repositories |
__construct(\StaticSeoUrlContentRepositoryWriterInterface $writer, \StaticSeoUrlContentRepositoryReaderInterface $reader, \StaticSeoUrlContentRepositoryDeleterInterface $deleter)
deleteStaticSeoUrlContentById(\IdType $staticSeoUrlContentId) : \StaticSeoUrlContentRepositoryInterface
\IdType
\StaticSeoUrlContentRepositoryInterface
Same instance for method chaining.
getById(\IdType $staticSeoUrlContentId) : \StaticSeoUrlContentInterface
getByStaticSeoUrlId(\IdType $staticSeoUrlId) : \StaticSeoUrlContentCollection
store(\IdType $staticSeoUrlId, \StaticSeoUrlContentInterface $staticSeoUrlContent) : \StaticSeoUrlContentRepositoryInterface
\IdType
\StaticSeoUrlContentInterface
\StaticSeoUrlContentRepositoryInterface
Same instance for method chaining.
writer : \StaticSeoUrlContentRepositoryWriterInterface
reader : \StaticSeoUrlContentRepositoryReaderInterface
deleter : \StaticSeoUrlContentRepositoryDeleterInterface