• Модуль: documentgenerator
  • Путь к файлу: ~/bitrix/modules/documentgenerator/lib/entity/businessvalue.php
  • Класс: BitrixDocumentGeneratorEntityBusinessValue
  • Вызов: BusinessValue::getValue
public function getValue($name)
{
	if($this->includeModule())
	{
		return BitrixSaleBusinessValue::getValueFromProvider($this->provider, $name, $this->consumerKey);
	}

	return null;
}