PHP Class Jackalope\Query\NodeIterator

Inheritance: implements SeekableIterator, implements Countable
Show file Open project: jackalope/jackalope

Protected Properties

Property Type Description
$factory Jackalope\FactoryInterface
$objectManager Jackalope\ObjectManager
$position
$rows

Public Methods

Method Description
__construct ( Jackalope\FactoryInterface $factory, ObjectManager $objectManager, array $rows )
count ( )
current ( )
key ( )
next ( )
rewind ( )
seek ( $nodeName )
valid ( )

Method Details

__construct() public method

public __construct ( Jackalope\FactoryInterface $factory, ObjectManager $objectManager, array $rows )
$factory Jackalope\FactoryInterface the object factory
$objectManager Jackalope\ObjectManager
$rows array

count() public method

public count ( )

current() public method

public current ( )

key() public method

public key ( )

next() public method

public next ( )

rewind() public method

public rewind ( )

seek() public method

public seek ( $nodeName )

valid() public method

public valid ( )

Property Details

$factory protected property

protected FactoryInterface,Jackalope $factory
return Jackalope\FactoryInterface

$objectManager protected property

protected ObjectManager,Jackalope $objectManager
return Jackalope\ObjectManager

$position protected property

protected $position

$rows protected property

protected $rows