• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/CustomSection/DataStructures/CustomSectionPage.php
  • Класс: BitrixIntranetCustomSectionDataStructuresCustomSectionPage
  • Вызов: CustomSectionPage::setTitle
public function setTitle(string $title): self
{
	$this->title = $title;

	return $this;
}