• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/livefeed/forumpost.php
  • Класс: BitrixSocialnetworkLivefeedForumPost
  • Вызов: ForumPost::getAuxCommentCachedData
public function getAuxCommentCachedData(int $messageId = 0): array
{
	$result = [];

	if ($messageId <= 0)
	{
		return $result;
	}

	return (self::$auxCommentsCache[$messageId] ?? []);
}