phpDocumentor

StaticSeoUrlRepository implements StaticSeoUrlRepositoryInterface

Class StaticSeoUrlRepository

Tags
category

System

subpackage

Repositories

Interfaces, Classes and Traits

StaticSeoUrlRepositoryInterface
Interface StaticSeoUrlRepositoryInterface

Table of Contents

$deleter  : StaticSeoUrlRepositoryDeleterInterface
$reader  : StaticSeoUrlRepositoryReaderInterface
$staticSeoUrlContentRepository  : StaticSeoUrlContentRepositoryInterface
$writer  : StaticSeoUrlRepositoryWriterInterface
__construct()  : mixed
StaticSeoUrlRepository constructor.
deleteStaticSeoUrlById()  : StaticSeoUrlRepositoryInterface
Deletes a StaticSeoUrl by the given staticSeoUrl ID.
getAll()  : StaticSeoUrlCollection
Returns a StaticSeoUrlCollection with all existing StaticSeoUrl objects.
getById()  : StaticSeoUrlInterface
Returns a StaticSeoUrl instance by the given staticSeoUrl ID.
store()  : StaticSeoUrlRepositoryInterface
Stores a StaticSeoUrl to the database.
_getStaticSeoUrlContentCollection()  : StaticSeoUrlContentCollection
Returns a StaticSeoUrlContentCollection with all existing StaticSeoUrlContent objects by the given staticSeoUrl ID.

Properties

Methods

__construct()

StaticSeoUrlRepository constructor.

public __construct(StaticSeoUrlRepositoryWriterInterface $writer, StaticSeoUrlRepositoryReaderInterface $reader, StaticSeoUrlRepositoryDeleterInterface $deleter, StaticSeoUrlContentRepositoryInterface $staticSeoUrlContentRepository) : mixed
Parameters
$writer : StaticSeoUrlRepositoryWriterInterface
$reader : StaticSeoUrlRepositoryReaderInterface
$deleter : StaticSeoUrlRepositoryDeleterInterface
$staticSeoUrlContentRepository : StaticSeoUrlContentRepositoryInterface
Return values
mixed

Search results