• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/collectionbase.php
  • Класс: BitrixSaleInternalsCollectionBase
  • Вызов: CollectionBase::offsetGet
public function offsetGet($offset)
{
	if (isset($this->collection[$offset]) || array_key_exists($offset, $this->collection))
	{
		return $this->collection[$offset];
	}

	return null;
}