• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/poolquantity.php
  • Класс: BitrixSaleInternalsPoolQuantity
  • Вызов: PoolQuantity::getByType
public function getByType($type)
{
	if (empty($this->typeList[$type]))
	{
		$this->typeList[$type] = new Pool();
	}

	return $this->typeList[$type];
}