• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/ical/basic/basiccomponent.php
  • Класс: BitrixCalendarICalBasicBasicComponent
  • Вызов: BasicComponent::toString
public function toString(): string
{
	$load = $this->accessContent();

	$this->hasRequiredProperties($load);

	$builder = new ComponentCreator($load);

	return $builder->build();
}