• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/controller/comment.php
  • Класс: BitrixRpaControllerComment
  • Вызов: Comment::getCommentParser
static function getCommentParser(int $id = 0): CommentParser
{
	Loader::includeModule('ui');
	return new CommentParser(static::getUiComment()->getFileUserFields($id));
}