• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/item/task/template.php
  • Класс: BitrixTasksItemTaskTemplate
  • Вызов: Template::getActualFieldValue
private function getActualFieldValue($name)
{
	if($this->isFieldModified($name))
	{
		return $this[$name];
	}

	return $this->offsetGetPristine($name);
}