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

	return $this;
}