• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/item/field/scalar.php
  • Класс: BitrixTasksItemFieldScalar
  • Вызов: Scalar::offsetExists
public function offsetExists($offset): bool
{
	return ($offset === 'SOURCE' || $offset === 'NAME' || $offset === 'TITLE');
}