• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/poolquantity.php
  • Класс: BitrixSaleInternalsPoolQuantity
  • Вызов: PoolQuantity::get
public function get($type, $code)
{
	$pool = $this->getByType($type);
	return $pool->get($code);
}