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

	return $this;
}