• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/ui/basketstorage.php
  • Класс: BitrixSaleUIBasketStorage
  • Вызов: BasketStorage::__construct
private function __construct($fUserId, $siteId)
{
	$this->fUserId = $fUserId;
	$this->siteId = $siteId;
}