• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/search/word.php
  • Класс: BitrixSaleLocationSearchWordTable
  • Вызов: WordTable::__construct
public function __construct($parameters)
{
	$this->resetProcess();
	$this->initInsertHandles();

	if(is_array($parameters['TYPES']) && !empty($parameters['TYPES']))
	{
		$this->procData['ALLOWED_TYPES'] = array_unique($parameters['TYPES']);
	}
	if(is_array($parameters['LANGS']) && !empty($parameters['LANGS']))
	{
		$this->procData['ALLOWED_LANGS'] = array_unique($parameters['LANGS']);
	}

	$this->procData['CURRENT_LOCATION'] = false;
	$this->procData['CURRENT_LOCATION_WORDS'] = array();
}