• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/Document/ValueCollection.php
  • Класс: BitrixBizprocDocumentValueCollection
  • Вызов: ValueCollection::offsetGet
public function offsetGet($offset)
{
	return $this->document[$offset] ?? null;
}