• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/onlyoffice/restrictionmanager.php
  • Класс: BitrixDiskDocumentOnlyOfficeRestrictionManager
  • Вызов: RestrictionManager::shouldUseRestriction
public function shouldUseRestriction(): bool
{
	if (!ModuleManager::isModuleInstalled('bitrix24'))
	{
		return false;
	}

	return $this->getLimit() !== self::UNLIMITED_VALUE;
}