Semantic MediaWiki and related extensions
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
SMW\Iterators\ResultIterator Class Reference
Inheritance diagram for SMW\Iterators\ResultIterator:
Inheritance graph
[legend]
Collaboration diagram for SMW\Iterators\ResultIterator:
Collaboration graph
[legend]

Public Member Functions

 __construct ( $res)
 
 count ()
 
 seek ( $position)
 
 current ()
 
 key ()
 
 next ()
 
 rewind ()
 
 valid ()
 

Public Attributes

 $res
 
 $position
 
 $current
 
 $numRows = false
 

Protected Member Functions

 setCurrent ( $row)
 

Detailed Description

GNU GPL v2+

Since
2.5
Author
mwjames

Constructor & Destructor Documentation

◆ __construct()

SMW\Iterators\ResultIterator::__construct (   $res)
Since
2.5
Parameters
Iterator | array$res

Member Function Documentation

◆ count()

SMW\Iterators\ResultIterator::count ( )
See also
Countable::count
Since
2.5

◆ current()

SMW\Iterators\ResultIterator::current ( )
Since
2.5

◆ key()

SMW\Iterators\ResultIterator::key ( )
Since
2.5

◆ next()

SMW\Iterators\ResultIterator::next ( )
Since
2.5

◆ rewind()

SMW\Iterators\ResultIterator::rewind ( )
Since
2.5

◆ seek()

SMW\Iterators\ResultIterator::seek (   $position)
See also
SeekableIterator::seek
Since
2.5

◆ valid()

SMW\Iterators\ResultIterator::valid ( )
Since
2.5

The documentation for this class was generated from the following file:

About | General disclaimer | Privacy policy