• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/copy/implement/template.php
  • Класс: BitrixTasksCopyImplementTemplate
  • Вызов: Template::getFields
public function getFields(Container $container, $entityId)
{
	$queryObject = $this->getList([], ["ID" => $entityId], ["*"]);

	return (($fields = $queryObject->fetch()) ? $fields : []);
}