• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/onlyoffice/models/restrictionlogtable.php
  • Класс: BitrixDiskDocumentOnlyOfficeModelsRestrictionLogTable
  • Вызов: RestrictionLogTable::onBeforeUpdate
static function onBeforeUpdate(Event $event): EventResult
{
	$result = new EventResult();
	$result->modifyFields([
		'UPDATE_TIME' => new DateTime(),
		'STATUS' => self::STATUS_USED,
	]);

	return $result;
}