• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/component/base.php
  • Класс: BitrixIblockComponentBase
  • Вызов: Base::clearItems
protected function clearItems()
{
	$this->prices = array();
	$this->measures = array();
	$this->ratios = array();
	$this->quantityRanges = array();
	$this->oldData = array();
}