• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/controller/onlyoffice.php
  • Класс: BitrixDiskControllerOnlyOffice
  • Вызов: OnlyOffice::processRestrictionLogs
protected function processRestrictionLogs(int $status, array $hookData): void
{
	$restrictionManager = new DocumentOnlyOfficeRestrictionManager();
	if ($restrictionManager->shouldUseRestriction())
	{
		$restrictionManager->processHookData($status, $hookData);
	}
}