• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/Comment.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\Comment
  • Вызов: Comment::getUserFieldFiles
private function getUserFieldFiles(): array
{
	$model = $this->getModel();
	$context = $this->getContext();

	return CommentController::getFiles(
		$model->getId(),
		$context->getEntityId(),
		$context->getEntityTypeId()
	);
}