Implementation of a find-iterator which delivers statements or quads.
This Iterator should be used in a for-loop like: for($iterator = $memmodel->iterFind(null,null,null,null); $iterator->valid(); $iterator->next()) { $statement=$iterator->current(); };
History: <LI>05-29-2005 : First version of this class.</LI>
Located in /util/IterFind.php (line 30)
Constructor.
$subject, $predicate, and $object are used like find(). $graph has to be a reference to the graph to search in.
Documentation generated on Thu, 7 Jul 2005 13:41:50 +0200 by phpDocumentor 1.3.0RC3