ChannelRepository::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. ChannelRepository
  4. __construct
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/messagesender/channel/channelrepository.php
  • Класс: Bitrix\Crm\MessageSender\Channel\ChannelRepository
  • Вызов: ChannelRepository::__construct
private function __construct(array $toListByType, int $userId)
{
	$this->toListByType = $toListByType;
	$this->userId = $userId;
}

Добавить комментарий