• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/internals/diag.php
  • Класс: BitrixDiskInternalsDiag
  • Вызов: Diag::setShowOnDisplay
public function setShowOnDisplay($showOnDisplay)
{
	$this->showOnDisplay = $showOnDisplay;

	return $this;
}