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

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