• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Reservation/Component/InventoryManagementChecker.php
  • Класс: Bitrix\Crm\Reservation\Component\InventoryManagementChecker
  • Вызов: InventoryManagementChecker::__construct
public function __construct(Crm\Item $item)
{
	$this->item = $item;
	$this->factory = Crm\Service\Container::getInstance()->getFactory($this->item->getEntityTypeId());
}