• Модуль: forum
  • Путь к файлу: ~/bitrix/modules/forum/lib/comments/entity.php
  • Класс: BitrixForumCommentsEntity
  • Вызов: Entity::getXmlId
public function getXmlId()
{
	if (!empty($this->entity["xml_id"]))
		return $this->entity["xml_id"];
	return mb_strtoupper($this->entity["type"]."_".$this->entity["id"]);
}