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