• Модуль: documentgenerator
  • Путь к файлу: ~/bitrix/modules/documentgenerator/lib/entity/sale/basket.php
  • Класс: BitrixDocumentGeneratorEntitySaleBasket
  • Вызов: Basket::getValue
public function getValue($name)
{
	if($this->basket)
	{
		if(!$this->values)
		{
			$this->prepareValues();
		}
		return($this->values[$name]);
	}

	return '';
}