• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/volume/base.php
  • Класс: Bitrix\Crm\Volume\Base
  • Вызов: Base::purify
public function purify()
{
	Crm\VolumeTable::deleteBatch(array(
		'=INDICATOR_TYPE' => static::getIndicatorId(),
		'=OWNER_ID' => $this->getOwner(),
	));

	return $this;
}