• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/forum/comment.php
  • Класс: BitrixTasksIntegrationForumComment
  • Вызов: Comment::getOccurAsId
static function getOccurAsId($authorId)
{
	$id = BitrixTasksUtilUser::getOccurAsId();
	if (!$id)
	{
		$id = $authorId ? $authorId : BitrixTasksUtilUser::getAdminId();
	}

	return $id;
}