• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/search/mapbuilder.php
  • Класс: BitrixImopenlinesSearchMapBuilder
  • Вызов: MapBuilder::addText
public function addText($token)
{
	$token = (string)$token;
	if($token == '')
		return $this;

	$value = Content::prepareToken($token);
	$this->tokens[$value] = true;
	return $this;
}