Class StaticSeoUrlRepository
category |
System |
---|---|
package |
StaticSeoUrl |
subpackage |
Repositories |
__construct(\StaticSeoUrlRepositoryWriterInterface $writer, \StaticSeoUrlRepositoryReaderInterface $reader, \StaticSeoUrlRepositoryDeleterInterface $deleter, \StaticSeoUrlContentRepositoryInterface $staticSeoUrlContentRepository)
_getStaticSeoUrlContentCollection(\IdType $staticSeoUrlId) : \StaticSeoUrlContentCollection
deleteStaticSeoUrlById(\IdType $staticSeoUrlId) : \StaticSeoUrlRepositoryInterface
Throws |
|
---|
\StaticSeoUrlRepositoryInterface
Same instance for method chaining.
getAll() : \StaticSeoUrlCollection
getById(\IdType $staticSeoUrlId) : \StaticSeoUrlInterface
store(\StaticSeoUrlInterface $staticSeoUrl) : \StaticSeoUrlRepositoryInterface
Throws |
|
---|
\StaticSeoUrlRepositoryInterface
Same instance for method chaining.
writer : \StaticSeoUrlRepositoryWriterInterface
reader : \StaticSeoUrlRepositoryReaderInterface
deleter : \StaticSeoUrlRepositoryDeleterInterface
staticSeoUrlContentRepository : \StaticSeoUrlContentRepositoryInterface