• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/intranet/customsection.php
  • Класс: Bitrix\Crm\Integration\Intranet\CustomSection
  • Вызов: CustomSection::setCode
public function setCode(string $code): CustomSection
{
	$this->code = $code;

	return $this;
}