Documentation

GenericTermIterator
in package
implements TermIteratorInterface

Wrapper making almost anything (e.g. array, generator or a single QuadInterface object) a QuadIteratorInterface.

Tags
author

zozlak

Table of Contents

Interfaces

TermIteratorInterface

Properties

$intersect  : GenericTermIterator
$iter  : Iterator<string|int, TermInterface>
$skip  : GenericTermIterator

Methods

__construct()  : mixed
contains()  : bool
current()  : TermInterface|null
getValues()  : array<string|int, string>
Extracts values of all terms and returns them as an array.
intersect()  : self
key()  : mixed
next()  : void
rewind()  : void
skip()  : self
valid()  : bool
valid2()  : bool

Properties

Methods

getValues()

Extracts values of all terms and returns them as an array.

public getValues() : array<string|int, string>
Return values
array<string|int, string>

        
On this page

Search results