• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/uf/sonetcommentconnector.php
  • Класс: BitrixDiskUfSonetCommentConnector
  • Вызов: SonetCommentConnector::loadLogCommentData
protected function loadLogCommentData()
{
	$queryLogComment = CSocNetLogComments::getList(
		array(),
		array(
			"ID" => $this->entityId
		),
		false,
		false,
		array("ID", "ENTITY_TYPE", "ENTITY_ID", "EVENT_ID", "SOURCE_ID", "LOG_ID")
	);

	return ($this->logCommentData = $queryLogComment->fetch());
}