• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/services/objectpool.php
  • Класс: BitrixSaleDeliveryServicesObjectPool
  • Вызов: ObjectPool::createObject
protected function createObject($index, array $fields)
{
	$this->objects[$index] = Manager::createObject($fields);
	return $this->objects[$index];
}