• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/messagesender/channel/channelrepository.php
  • Класс: Bitrix\Crm\MessageSender\Channel\ChannelRepository
  • Вызов: ChannelRepository::getToList
public function getToList(): array
{
	return array_merge(...array_values($this->toListByType));
}