• Модуль: vote
  • Путь к файлу: ~/bitrix/modules/vote/lib/copy/implement/vote.php
  • Класс: BitrixVoteCopyImplementVote
  • Вызов: Vote::getFields
public function getFields(Container $container, $entityId)
{
	$queryObject = VoteTable::getById($entityId);
	return (($fields = $queryObject->fetch()) ? $fields : []);
}