Documentation

TriplesIterator
in package
implements QuadIteratorInterface

rdfInterface\QuadIteratorInterface wrapper for metadata_view table rows.

Supports caching.

Tags
author

zozlak

Table of Contents

Interfaces

QuadIteratorInterface

Properties

$baseUrl  : string
$cache  : array<string|int, QuadInterface>
$cacheSize  : int
$idProp  : string
$n  : int
$query  : PDOStatement
$triple  : QuadInterface

Methods

__construct()  : mixed
current()  : QuadInterface|null
key()  : int|null
next()  : void
rewind()  : void
sort()  : void
valid()  : bool
getObject()  : TermInterface

Properties

Methods

__construct()

public __construct(PDOStatement $query, string $baseUrl, string $idProp[, int $cacheSize = 0 ]) : mixed
Parameters
$query : PDOStatement
$baseUrl : string
$idProp : string
$cacheSize : int = 0

current()

public current() : QuadInterface|null
Return values
QuadInterface|null

        
On this page

Search results