• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/push/push.php
  • Класс: BitrixCalendarSyncPushPush
  • Вызов: Push::setChannelId
public function setChannelId(string $channelId): Push
{
	$this->channelId = $channelId;
	return $this;
}