• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/archive/process/orderarchivecollection.php
  • Класс: BitrixSaleArchiveProcessOrderArchiveCollection
  • Вызов: OrderArchiveCollection::deleteItem
public function deleteItem($index)
{
	if (!isset($this->collection[$index]))
		throw new MainArgumentOutOfRangeException("Collection item index wrong");

	unset($this->collection[$index]);
}