Implementation of a resource iterator.
This Iterator should be used in a for-loop like: $it = $ontClass->listInstances(); for ($it->rewind(); $it->valid(); $it->next()) { $currentResource=$it->current(); };
History: <LI>10-07-2004 : First version of this class.</LI>
Located in /resModel/ResIterator.php (line 31)
Constructor.
$subject, $predicate, and $object are used like inf find(). $getSPO supports the strings 's', 'p', and 'o' to return either the subject, predicate, or object of the result statements. $returnType supports the strings 'ResProperty', 'ResLiteral', 'OntProperty', 'OntClass', and 'Individual' and returns the resources as the matching type.
Sets that only Liertals with the matching language should be returned
Documentation generated on Fri, 17 Dec 2004 16:17:49 +0100 by phpDocumentor 1.3.0RC3