Documentation

NamedEntityIteratorFile
in package
implements NamedEntityIteratorInterface

Description of NamedEntityIteratorFile

Tags
author

zozlak

Table of Contents

Interfaces

NamedEntityIteratorInterface

Properties

$filters  : array<string|int, QuadTemplate>
$graph  : Dataset
$limit  : int|null
$matching  : array<string|int, TermInterface>
$schema  : Schema

Methods

__construct()  : mixed
count()  : int
getIdProp()  : string
getNamedEntities()  : Generator<string|int, NamedEntityInterface>
setFilter()  : void
findMatching()  : void

Properties

Methods

__construct()

public __construct(string|resource $rdfFilePath, Schema $schema[, string|null $format = null ]) : mixed
Parameters
$rdfFilePath : string|resource
$schema : Schema
$format : string|null = null

setFilter()

public setFilter([string|null $class = null ][, string|null $idMatch = null ][, string|null $minModDate = null ][, int|null $limit = null ]) : void
Parameters
$class : string|null = null
$idMatch : string|null = null
$minModDate : string|null = null
$limit : int|null = null

        
On this page

Search results