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