• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/item/fieldimplementation/file.php
  • Класс: Bitrix\Crm\Item\FieldImplementation\File
  • Вызов: File::isFileBoundToItem
private function isFileBoundToItem(Field $field, int $fileId): bool
{
	$ids = array_filter((array)$this->get($field->getName()));

	return in_array($fileId, $ids, true);
}