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

	return $this;
}