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

	return $this;
}