NamedEntityIteratorRepo
in package
implements
NamedEntityIteratorInterface
Description of NamedEntityIteratorRepo
Tags
Table of Contents
Interfaces
Constants
- POST_FILTERS = [self::FILTER_NO_PROPERTY]
Properties
- $query : QueryPart
- $repo : Repo
- $schema : Schema
- $searchConfig : SearchConfig
Methods
- __construct() : mixed
- count() : int
- getNamedEntities() : Generator<string|int, NamedEntityRepo>
- setFilter() : void
Constants
POST_FILTERS
public
mixed
POST_FILTERS
= [self::FILTER_NO_PROPERTY]
Properties
$query
private
QueryPart
$query
$repo
private
Repo
$repo
$schema
private
Schema
$schema
$searchConfig
private
SearchConfig
$searchConfig
Methods
__construct()
public
__construct(Repo $repo) : mixed
Parameters
- $repo : Repo
count()
public
count() : int
Return values
intgetNamedEntities()
public
getNamedEntities() : Generator<string|int, NamedEntityRepo>
Return values
Generator<string|int, NamedEntityRepo>setFilter()
public
setFilter(array<string|int, array{: string, : scalar}> $filters[, int|null $limit = null ]) : void
Parameters
- $filters : array<string|int, array{: string, : scalar}>
- $limit : int|null = null