• Модуль: vote
  • Путь к файлу: ~/bitrix/modules/vote/lib/uf/manager.php
  • Класс: BitrixVoteUfManager
  • Вызов: Manager::loadEmptyObject
public function loadEmptyObject()
{
	[$entityType, $moduleId] = $this->getConnectorDataByEntityType($this->params["ENTITY_ID"]);
	return BitrixVoteAttachmentManager::loadEmptyAttach(array(
		"ENTITY_ID" => ($this->params["ENTITY_VALUE_ID"] ?: $this->params["VALUE_ID"]), // http://hg.office.bitrix.ru/repos/modules/rev/b614a075ce64,
		"ENTITY_TYPE" => $entityType,
		"MODULE_ID" => $moduleId), array(
		"CHANNEL_ID" => $this->params["SETTINGS"]["CHANNEL_ID"]
	));
}