• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/volume/cleaner.php
  • Класс: BitrixDiskVolumeCleaner
  • Вызов: Cleaner::hasErrors
public function hasErrors(): bool
{
	if ($this->errorCollection instanceof ErrorCollection)
	{
		return $this->errorCollection->hasErrors();
	}

	return false;
}