• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/internals/collection/fixedarray.php
  • Класс: BitrixDiskInternalsCollectionFixedArray
  • Вызов: FixedArray::getIterator
public function getIterator(): Iterator
{
	if ($this->getSplFixedArray() instanceof IteratorAggregate)
	{
		return $this->getSplFixedArray()->getIterator();
	}

	return new CompatibilityFixedArrayIterator($this->getSplFixedArray());
}