LimitIterator::__construct Construct a LimitIterator &reftitle.description; LimitIterator::__construct Iteratoriterator stringoffset stringcount Constructs a new LimitIterator, which consists of a passed in iterator with limits applied to it. &warn.undocumented.func; &reftitle.parameters; iterator The iterator to limit. offset Optional offset of the limit. count Optional count of the limit. &reftitle.returnvalues; The new LimitIterator. &reftitle.seealso; FilterIterator::__construct