PHP Trait Pinq\Iterators\Common\RangeIterator

Author: Elliot Levin ([email protected])
Datei anzeigen Open project: timetoogo/pinq

Protected Properties

Property Type Description
$endPosition integer | null
$startPosition integer

Public Methods

Method Description
isArrayCompatible ( ) : boolean

Protected Methods

Method Description
__constructIterator ( $startAmount, $rangeAmount )
getSourceIterator ( ) : Pinq\Iterators\IIterator

Method Details

__constructIterator() protected method

protected __constructIterator ( $startAmount, $rangeAmount )

getSourceIterator() abstract protected method

abstract protected getSourceIterator ( ) : Pinq\Iterators\IIterator
return Pinq\Iterators\IIterator

isArrayCompatible() final public method

final public isArrayCompatible ( ) : boolean
return boolean

Property Details

$endPosition protected_oe property

protected int|null $endPosition
return integer | null

$startPosition protected_oe property

protected int $startPosition
return integer