• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/system/readonlydictionary.php
  • Класс: BitrixMainSystemReadonlyDictionary
  • Вызов: ReadonlyDictionary::offsetSet
public function offsetSet($offset, $value)
{
	throw new BitrixMainNotSupportedException("Can not set readonly value");
}