• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/comparator/tmptable.php
  • Класс: BitrixSaleLocationComparatorTmpTable
  • Вызов: TmpTable::__construct
public function __construct($serviceId, $tableName = "")
{
	if(intval($serviceId) <= 0)
		throw new ArgumentNullException('serviceId');

	if($tableName <> '')
		$this->name = $tableName;

	$this->serviceId = intval($serviceId);
	$this->connection = BitrixMainApplication::getConnection();
}