• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/item.php
  • Класс: BitrixTasksItem
  • Вызов: Item::offsetGetPristine
public function offsetGetPristine($offset)
{
	$this->currentDataContext = 'pristine';
	$value = $this[$offset];
	$this->currentDataContext = null;

	return $value;
}