Documentation

SortedDataset
in package
implements Iterator

Class used to provide a transparent sorting of a dataset by subject

Tags
author

zozlak

implements

\Iterator<int, QuadInterface>

Table of Contents

Interfaces

Iterator

Properties

$data  : DatasetInterface
$n  : int
$quadIter  : QuadIteratorInterface
$sbjIter  : TermIteratorInterface

Methods

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

Properties

Methods

__construct()

public __construct(DatasetInterface $data) : mixed
Parameters
$data : DatasetInterface

current()

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

        
On this page

Search results