• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/volume/fragment.php
  • Класс: BitrixDiskVolumeFragment
  • Вызов: Fragment::getStorage
public function getStorage()
{
	if (!$this->storage instanceof DiskStorage && $this->storageId > 0)
	{
		$this->storage = DiskStorage::loadById($this->storageId);
	}
	return $this->storage;
}