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