• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/timeline/commentcontroller.php
  • Класс: Bitrix\Crm\Timeline\CommentController
  • Вызов: CommentController::getFiles
static function getFiles(int $id, int $ownerId, int $ownerTypeId): array
{
	$ids = self::getFilesIds($id);

	if (empty($ids))
	{
		return [];
	}

	return self::loadFilesData($ids, $ownerId, $ownerTypeId);
}