• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/duplicateentityranking.php
  • Класс: Bitrix\Crm\Integrity\DuplicateEntityRanking
  • Вызов: DuplicateEntityRanking::setDeleteable
public function setDeleteable($deleteable)
{
	if(!is_bool($deleteable))
	{
		throw new Main\ArgumentTypeException('type', 'boolean');
	}
	$this->deleteable = $deleteable;
}