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