• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/CustomSection/Manager/ResolveResult.php
  • Класс: BitrixIntranetCustomSectionManagerResolveResult
  • Вызов: ResolveResult::setCustomSection
public function setCustomSection(CustomSection $customSection): ResolveResult
{
	$this->customSection = $customSection;

	return $this;
}