Repository
in package
implements
RepositoryInterface
Class Repository
Interfaces, Classes and Traits
- RepositoryInterface
- Interface RepositoryInterface
Table of Contents
- $reader : ReaderInterface
- __construct() : mixed
- Repository constructor.
- selectionHtmlGenerator() : ModifierHtmlGenerator
- createGenerator() : ModifierHtmlGenerator
Properties
$reader
protected
ReaderInterface
$reader
Methods
__construct()
Repository constructor.
public
__construct(ReaderInterface $reader) : mixed
Parameters
- $reader : ReaderInterface
Return values
mixed —selectionHtmlGenerator()
public
selectionHtmlGenerator(ModifierIdentifierCollectionInterface $identifiers, LanguageId $languageId) : ModifierHtmlGenerator
Parameters
- $identifiers : ModifierIdentifierCollectionInterface
- $languageId : LanguageId
Tags
Return values
ModifierHtmlGenerator —createGenerator()
protected
createGenerator(array<string|int, mixed> $dtos) : ModifierHtmlGenerator
Parameters
- $dtos : array<string|int, mixed>