• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/section/section.php
  • Класс: BitrixCalendarCoreSectionSection
  • Вызов: Section::setSyncToken
public function setSyncToken(?string $token): Section
{
	$this->syncToken = $token;

	return $this;
}