• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/volume/fragment.php
  • Класс: BitrixDiskVolumeFragment
  • Вызов: Fragment::getTitle
public function getTitle(): string
{
	/*
	if ($this->title == '')
	{
		/** @var DiskVolumeIVolumeIndicator $class * /
		$class = $this->indicatorType;
		$this->title = $class::getTitle($this);
	}
	*/
	return $this->title;
}