• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/services/objectpool.php
  • Класс: BitrixSaleDeliveryServicesObjectPool
  • Вызов: ObjectPool::__construct
public function __construct($maxObjectsCount = 0)
{
	$this->maxObjectsCount = $maxObjectsCount;
}