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

	return $this;
}