• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/search/word.php
  • Класс: BitrixSaleLocationSearchWordTable
  • Вызов: WordTable::resetProcess
public function resetProcess()
{
	$this->procData = array(
		'OFFSET' => 					0,
		'POSITION' => 					0,
		'CURRENT_LOCATION' => 			false,
		'CURRENT_LOCATION_WORDS' => 	array()
	);
}