• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/item/field/map.php
  • Класс: BitrixTasksItemFieldMap
  • Вызов: Map::getUserFieldNames
public function getUserFieldNames()
{
	if(!array_key_exists('UF', $this->cache))
	{
		$this->cache['UF'] = $this->getFieldsBySource(Scalar::SOURCE_UF);
	}

	return $this->cache['UF'];
}