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

	return $this;
}