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