• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Repository/IgnoredItemsRules.php
  • Класс: Bitrix\Crm\Service\Timeline\Repository\IgnoredItemsRules
  • Вызов: IgnoredItemsRules::getExcludedSmartDocumentTypeIds
private function getExcludedSmartDocumentTypeIds(): array
{
	return [
		TimelineType::LINK,
		TimelineType::UNLINK,
	];
}