• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/poolbase.php
  • Класс: BitrixSaleInternalsPoolBase
  • Вызов: PoolBase::delete
static function delete($code, $type, $index)
{
	if (isset(static::$pool[$code][$type][$index]))
	{
		unset(static::$pool[$code][$type][$index]);
	}
}