• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/collectionbase.php
  • Класс: BitrixSaleInternalsCollectionBase
  • Вызов: CollectionBase::getIterator
public function getIterator(): Traversable
{
	return new ArrayIterator($this->collection);
}