• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/search/content.php
  • Класс: Bitrix\Sender\Search\Content
  • Вызов: Content::addPhone
public function addPhone($phone)
{
	return $this->addRecipient($phone, Recipient\Type::PHONE);
}