• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/providerbase.php
  • Класс: BitrixSaleProviderBase
  • Вызов: ProviderBase::getQuantityPool
static function getQuantityPool($key)
{
	$pool = InternalsPoolQuantity::getInstance($key);
	return $pool->getByType(InternalsPoolQuantity::POOL_QUANTITY_TYPE);
}