• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/bizproc/document/valuecollection/base.php
  • Класс: Bitrix\Crm\Integration\BizProc\Document\ValueCollection\Base
  • Вызов: Base::loadEntityValues
protected function loadEntityValues(): void;

public function offsetGet($offset)
{
	if (!array_key_exists($offset, $this->document))
	{
		$this->loadCommonValue($offset);
	}

	return parent::offsetGet($offset);
}