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

	return $this;
}