class ChainElementIterator implements Iterator (View source)

Iterator over ChainElements

Constants

DIRECTION_FORWARD

DIRECTION_BACKWARD

Methods

__construct(ChainElementInterface $chain, integer $direction = self::DIRECTION_FORWARD)

No description

current()

No description

next()

No description

key()

No description

valid()

No description

rewind()

No description

Details

__construct(ChainElementInterface $chain, integer $direction = self::DIRECTION_FORWARD)

Parameters

ChainElementInterface $chain Chain to iterate
integer $direction Direction of iterator

current()

next()

key()

valid()

rewind()