• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/event/properties/relations.php
  • Класс: BitrixCalendarCoreEventPropertiesRelations
  • Вызов: Relations::setCommentXmlId
public function setCommentXmlId($commentXmlId): Relations
{
	$this->commentXmlId = $commentXmlId;

	return $this;
}