• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/messagesender/channel/correspondents/to.php
  • Класс: Bitrix\Crm\MessageSender\Channel\Correspondents\To
  • Вызов: To::__construct
public function __construct(ItemIdentifier $rootSource, ItemIdentifier $addressSource, Multifield\Value $address)
{
	$this->rootSource = $rootSource;
	$this->addressSource = $addressSource;
	$this->address = $address;
}