• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/item/field/collection/item.php
  • Класс: BitrixTasksItemFieldCollectionItem
  • Вызов: Item::hasDefaultValue
public function hasDefaultValue($key, $item)
{
	// todo: for tablet or uf field we can definitely tell if there is a default value
	// todo: for custom fields we need to specify it manually
	return parent::hasDefaultValue($key, $item);
}