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