• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/classes/general/rest.php
  • Класс: CSocNetLogRestService
  • Вызов: CSocNetLogRestService::getLogCommentFields
static function getLogCommentFields($commentId): array
{
	$result = array();
	if ($commentItem = BitrixSocialnetworkItemLogComment::getById($commentId))
	{
		$result = $commentItem->getFields();
	}
	return $result;
}