|
Wikibase
MediaWiki Wikibase extension
|
Lazy and potentially infinite version of PHPs native range() function (without $step support). More...
Inheritance diagram for Wikibase\Repo\RangeTraversable:
Collaboration diagram for Wikibase\Repo\RangeTraversable:Public Member Functions | |
| __construct ( $startingNumber=1, $inclusiveUpperBound=null) | |
| getIterator () | |
Private Attributes | |
| $startingNumber | |
| $inclusiveUpperBound | |
Lazy and potentially infinite version of PHPs native range() function (without $step support).
| Wikibase\Repo\RangeTraversable::__construct | ( | $startingNumber = 1, |
|
$inclusiveUpperBound = null |
|||
| ) |
| int | $startingNumber | |
| int | null | $inclusiveUpperBound |
| Wikibase\Repo\RangeTraversable::getIterator | ( | ) |
|
private |
|
private |